Skip to content

Commit

Permalink
Try skipping over unrelated CI failure; test 5.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Aug 26, 2024
1 parent bd9e109 commit af6917e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ jobs:
# Either the waiting queue for FreeBSD is very long, or it is not available.
# - freebsd-latest
ocaml-compiler:
- 4.13.x
# CI fails for unrelated reason on macos-latest on 4.13
# - 4.13.x
- 4.14.x
- 5.1.x
- 5.2.x
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit af6917e

Please sign in to comment.