Skip to content

Commit 7cc6c48

Browse files
authored
Revert "[CI] Pin action steps that use setup-ocaml to ubuntu 22.04 (#1971)"
This reverts commit 350ff6f.
1 parent 6a84b0c commit 7cc6c48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/coq-docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194

195195
build-js-of-ocaml:
196196
needs: build
197-
runs-on: ubuntu-22.04
197+
runs-on: ubuntu-latest
198198
strategy:
199199
fail-fast: false
200200
matrix:
@@ -243,7 +243,7 @@ jobs:
243243

244244
build-wasm-of-ocaml:
245245
needs: build
246-
runs-on: ubuntu-22.04
246+
runs-on: ubuntu-latest
247247
strategy:
248248
fail-fast: false
249249
matrix:

.github/workflows/coq-opam-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
coq-version: ['dev', '8.19.0', '8.18.0']
2020
os: [{name: 'Ubuntu',
21-
runs-on: 'ubuntu-22.04',
21+
runs-on: 'ubuntu-latest',
2222
ocaml-compiler: '4.09.1',
2323
coq-extra-flags: '',
2424
ocamlfind-pin: '',

0 commit comments

Comments
 (0)