Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
art-w committed Aug 27, 2024
1 parent c54b76f commit 2638c2e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
ocaml-compiler: ["4.11", "4.12", "4.13", "4.14"]
exclude:
- os: macos-latest
ocaml-compiler: "4.11"
ocaml-compiler: ["4.13", "4.14", "5.2"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2638c2e

Please sign in to comment.