Skip to content

Commit

Permalink
Update Windows CI and setup-ocaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgilchrist committed Oct 17, 2024
1 parent d1a2d49 commit de156b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
fail-fast: false
matrix:
os:
- windows-2022
- windows-latest

ocaml-compiler:
- "ocaml-variants.4.14.1+mingw64c"
- "ocaml.5.0.0,ocaml-option-mingw"
- "ocaml-variants.4.14.2+mingw64c"
- "ocaml.5.1.0,ocaml-option-mingw"
- "ocaml.5.2.0,ocaml-option-mingw"

runs-on: ${{ matrix.os }}

Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

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

0 comments on commit de156b8

Please sign in to comment.