Skip to content

Commit 4c522af

Browse files
committed
Update CI jobs
'latest' CI job is now Coq/Rocq 9.0 'oldest' CI job is now Coq 8.15
1 parent de6547e commit 4c522af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/latest.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@ jobs:
1616
target: ${{ matrix.target }}
1717
os: linux
1818
jobs: 4
19-
opamroot: /home/coq/.opam
19+
opamroot: /home/rocq/.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

.github/workflows/oldest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
opamroot: /home/coq/.opam
2020
configopts: -ignore-coq-version
2121
container:
22-
image: coqorg/coq:8.13
22+
image: coqorg/coq:8.15
2323
options: --user root
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)