Skip to content

Commit

Permalink
Upgrade setup-ocaml
Browse files Browse the repository at this point in the history
Fixes for GitHub runners moving to Ubuntu 24.04
  • Loading branch information
dariusf committed Dec 16, 2024
1 parent 7fe9fa8 commit ff21c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
opam-pin: false
Expand Down

0 comments on commit ff21c0b

Please sign in to comment.