Skip to content

Commit 37c3243

Browse files
committed
Update 'latest' CI job to Coq/Rocq 9.0
1 parent de6547e commit 37c3243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
opamroot: /home/coq/.opam
2020
configopts: -ignore-coq-version
2121
container:
22-
image: coqorg/coq:latest-ocaml-4.14-flambda
22+
image: rocq/rocq-prover:9.0
2323
options: --user root
2424
steps:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
with:
2828
submodules: true
2929
- name: OPAM dependencies
30-
run: tools/runner.sh opam_install menhir
30+
run: tools/runner.sh opam_install coq-core menhir
3131
- name: Configure
3232
run: tools/runner.sh configure
3333
- name: Build

0 commit comments

Comments
 (0)