Skip to content

Commit c17ddb1

Browse files
workflows/ci.yml: bump Coq version to 8.16.1.
1 parent 1c542cf commit c17ddb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,9 +514,9 @@ jobs:
514514
with:
515515
ocaml-compiler: "4.14"
516516

517-
- run: opam repo add coq-released https://coq.inria.fr/opam/released
517+
- run: opam repo add rocq-released https://rocq-prover.org/opam/released
518518

519-
- run: opam install -y coq=8.15.2 coq-bits=1.1.0
519+
- run: opam install -y coq=8.16.1 coq-bits=1.1.0
520520

521521
# FIXME: the following steps generate Coq libraries for the SAW core to
522522
# Coq translator and builds them; if we do other Coq tests, these steps

0 commit comments

Comments
 (0)