We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c542cf commit 15729e5Copy full SHA for 15729e5
.github/workflows/ci.yml
@@ -514,9 +514,9 @@ jobs:
514
with:
515
ocaml-compiler: "4.14"
516
517
- - run: opam repo add coq-released https://coq.inria.fr/opam/released
+ - run: opam repo add rocq-released https://rocq-prover.org/opam/released
518
519
- - run: opam install -y coq=8.15.2 coq-bits=1.1.0
+ - run: opam install -y coq=8.17.1 coq-bits=1.1.0
520
521
# FIXME: the following steps generate Coq libraries for the SAW core to
522
# Coq translator and builds them; if we do other Coq tests, these steps
0 commit comments