Skip to content

Commit

Permalink
[github] use ocaml 5 and ocaml/setup-ocaml@v3
Browse files Browse the repository at this point in the history
Summary: github CI is borked, maybe this will unbork?

Reviewed By: ngorogiannis

Differential Revision:
D68563899

Privacy Context Container: L1208441

fbshipit-source-id: 065a47ce41805145bf3b221481035990a1d35271
  • Loading branch information
jvillard authored and facebook-github-bot committed Jan 24, 2025
1 parent 7231188 commit 334f4a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- macOS-13
- ubuntu-latest
ocaml-compiler:
- ocaml-variants.4.14.0+options,ocaml-option-flambda
- ocaml-variants.5.2.1+options,ocaml-option-flambda
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: cp opam/infer-tests.opam.locked opam/infer.opam.locked

- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

Expand Down

0 comments on commit 334f4a8

Please sign in to comment.