Skip to content

Commit 938bcfc

Browse files
committed
Re-enable build matrix
1 parent e2b09fa commit 938bcfc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
fail-fast: true
1919
matrix:
2020
os:
21-
# - macos-13 # Intel
22-
# - macos-14 # ARM
21+
- macos-13 # Intel
22+
- macos-14 # ARM
2323
- ubuntu-latest
2424
devShell:
2525
- ghc810
26-
# - ghc90
27-
# exclude:
28-
# - os: macos-14 # ARM
29-
# devShell: ghc810
26+
- ghc90
27+
exclude:
28+
- os: macos-14 # ARM
29+
devShell: ghc810
3030

3131
runs-on: ${{ matrix.os }}
3232

0 commit comments

Comments
 (0)