try to update CI

This commit is contained in:
Simon Cruanes 2025-01-03 12:58:59 -05:00
parent b0f673fbbb
commit 517d4605d5
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4
2 changed files with 3 additions and 3 deletions

View file

@ -13,9 +13,9 @@ jobs:
- uses: actions/checkout@main
- name: Use OCaml
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: '4.14'
ocaml-compiler: '5.2'
dune-cache: false
- name: Deps

View file

@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Use OCaml ${{ matrix.ocaml-compiler }}
uses: ocaml/setup-ocaml@v2
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true