Skip to content

Commit

Permalink
CI: replace ubuntu-latest by hardcoded ubuntu version
Browse files Browse the repository at this point in the history
because GitHub Actions bumped ubuntu-latest from 22.04 to 24.04,
but 24.04 is not yet on ppa:jgross-h/many-coq-versions-ocaml-4-11
  • Loading branch information
samuelgruetter committed Dec 10, 2024
1 parent cf8286f commit 7c4588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: make -j2 all

coq-check-all:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build
if: always()
steps:
Expand Down

0 comments on commit 7c4588d

Please sign in to comment.