Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
Bump ocaml compiler to 5.3 instead of unsupported 4.14
  • Loading branch information
filipeom authored Feb 6, 2025
1 parent 4edd0e3 commit b210922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
- macos-latest
ocaml-compiler:
- "4.14"
- "5.3"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand Down

0 comments on commit b210922

Please sign in to comment.