Skip to content

Commit

Permalink
revert jason's changes to windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenConoly committed Feb 16, 2025
1 parent 1b37aaa commit a812bf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

env:
NJOBS: "2"
COQ_VERSION: "8.20.0"
COQ_VERSION: "8.18.0" # minimal major version required for bedrock2 components
COQEXTRAFLAGS: "-async-proofs-j 1"
COQCHKEXTRAFLAGS: ""
OPAMYES: "true"
Expand All @@ -43,7 +43,7 @@ jobs:
- name: Set up OCaml
uses: ocaml/setup-ocaml@v3
with:
ocaml-compiler: 4.14
ocaml-compiler: 4.13.1
- run: opam install conf-time conf-gcc
- run: opam install 'ocamlfind>=1.9.7'
- run: opam pin add --kind=version coq ${{ env.COQ_VERSION }}
Expand Down

0 comments on commit a812bf6

Please sign in to comment.