Skip to content

Commit

Permalink
CI: Test on 4.02, 4.04 and remove macos
Browse files Browse the repository at this point in the history
4.02 (the lower supported version) and 4.04 (lower bound for many tests)
  are no longer tested in ocaml-ci.

The macos build is redundant with ocaml-ci and slows down the CI
significantly.
  • Loading branch information
Julow committed Dec 11, 2023
1 parent 77e38f9 commit 8ce3bba
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
# - windows-latest Windows doesn't work yet
ocaml-compiler:
# Don't include every versions. OCaml-CI already covers that
- 4.02.x
- 4.04.x
- 4.14.x
include:
- os: ubuntu-latest # Enable coverage only on a single build
ocaml-compiler: 4.14.x
send-coverage: true
fail-fast: false

Expand Down

0 comments on commit 8ce3bba

Please sign in to comment.