Skip to content

Commit

Permalink
Revert "[CI] Pin action steps that use setup-ocaml to ubuntu 22.04 (#…
Browse files Browse the repository at this point in the history
…1971)"

This reverts commit 350ff6f.
  • Loading branch information
JasonGross committed Oct 16, 2024
1 parent 58481a8 commit 3e839bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:

build-js-of-ocaml:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

build-wasm-of-ocaml:
needs: build
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
coq-version: ['dev', '8.19.0', '8.18.0']
os: [{name: 'Ubuntu',
runs-on: 'ubuntu-22.04',
runs-on: 'ubuntu-latest',
ocaml-compiler: '4.09.1',
coq-extra-flags: '',
ocamlfind-pin: '',
Expand Down

0 comments on commit 3e839bc

Please sign in to comment.