Skip to content

Commit

Permalink
setup-ocaml only supports 4.13 and up on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Jul 29, 2024
1 parent a9ece33 commit 93e5435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.11.1
ocaml-compiler: 4.13.1
opam-repositories: |
opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
default: https://github.com/ocaml/opam-repository.git
Expand Down

0 comments on commit 93e5435

Please sign in to comment.