Skip to content

Commit ba37f6e

Browse files
committed
Exclude uncompatible jobs
1 parent 1d4104d commit ba37f6e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- 4.10.x
2020
- 4.09.x
2121
- 4.08.x
22+
exclude:
23+
- os: macos-latest
24+
ocaml-compiler: [4.11.x, 4.09.x, 4.08.x]
2225

2326
runs-on: ${{ matrix.os }}
2427

@@ -42,7 +45,7 @@ jobs:
4245

4346
- run: opam exec -- dune build -p landmarks @runtest
4447
continue-on-error: ${{ runner.os == 'Windows' }}
45-
48+
4649
- run: opam install --deps-only --with-doc --with-test -y landmarks-ppx
4750

4851
- run: opam exec -- dune build -p landmarks-ppx

0 commit comments

Comments
 (0)