Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Stop testing on OCaml 4.08. It seems to no longer work on mac OS.
  • Loading branch information
smolkaj committed May 6, 2024
1 parent 1fc436d commit 1987845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest]
ocaml-compiler: [5.0, 4.14, 4.8]
ocaml-compiler: [5.0, 4.14]

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

Expand Down

0 comments on commit 1987845

Please sign in to comment.