Skip to content

Commit

Permalink
Attempt to disable macsos & windows ci for 4.08.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Barbin <[email protected]>
  • Loading branch information
mbarbin committed Sep 10, 2024
1 parent c15ab61 commit 4ec381d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@ jobs:
ocaml-compiler:
- 5.2.x
- 4.14.x
- 4.08.x
include:
# OCaml 4.08.x: ubuntu-latest only as macos & windows fail
# Keep the minimal version of OCaml in sync in here, `dune-project`
# and `dune-workspace.dev`.
- ocaml-compiler: 4.08.x
os: ubuntu-latest

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

Expand Down

0 comments on commit 4ec381d

Please sign in to comment.