Skip to content

Commit a84dec7

Browse files
author
antelle
committed
enabled build matrix back
1 parent 3a8aaf0 commit a84dec7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci-checks.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest]
13-
# os: [macos-latest, windows-latest, ubuntu-latest]
12+
os: [macos-latest, windows-latest, ubuntu-latest]
1413
steps:
1514
- name: Checkout
1615
uses: actions/checkout@v2

0 commit comments

Comments
 (0)