Skip to content

Commit

Permalink
[CI] Pin action steps that use setup-ocaml to ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Oct 9, 2024
1 parent 3b30a35 commit 1699a13
Showing 1 changed file with 2 additions and 2 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-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:

build-wasm-of-ocaml:
needs: build
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1699a13

Please sign in to comment.