Skip to content

Commit 517dad7

Browse files
committed
CI: update image from ubuntu-20.04 to ubuntu-24.04
The ubuntu-20.04 image is now unsupported
1 parent ead1072 commit 517dad7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
compile-opam:
1616
name: EasyCrypt compilation (opam)
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-24.04
1818
container:
1919
image: ghcr.io/easycrypt/ec-build-box
2020
steps:
@@ -30,7 +30,7 @@ jobs:
3030
name: EasyCrypt compilation (nix)
3131
env:
3232
HOME: /home/runner
33-
runs-on: ubuntu-20.04
33+
runs-on: ubuntu-24.04
3434
steps:
3535
- uses: actions/checkout@v4
3636
- name: Setup Nix
@@ -49,7 +49,7 @@ jobs:
4949
check:
5050
name: Check EasyCrypt Libraries
5151
needs: compile-opam
52-
runs-on: ubuntu-20.04
52+
runs-on: ubuntu-24.04
5353
container:
5454
image: ghcr.io/easycrypt/ec-build-box
5555
strategy:
@@ -82,7 +82,7 @@ jobs:
8282

8383
fetch-external-matrix:
8484
name: Fetch EasyCrypt External Projects Matrix
85-
runs-on: ubuntu-20.04
85+
runs-on: ubuntu-24.04
8686
outputs:
8787
matrix: ${{ steps.set-matrix.outputs.matrix }}
8888
steps:
@@ -97,7 +97,7 @@ jobs:
9797
external:
9898
name: Check EasyCrypt External Projects
9999
needs: [compile-opam, fetch-external-matrix]
100-
runs-on: ubuntu-20.04
100+
runs-on: ubuntu-24.04
101101
container:
102102
image: ghcr.io/easycrypt/ec-build-box
103103
strategy:
@@ -159,7 +159,7 @@ jobs:
159159
name: Check EasyCrypt External Projects (set-status)
160160
if: always()
161161
needs: [external]
162-
runs-on: ubuntu-20.04
162+
runs-on: ubuntu-24.04
163163
steps:
164164
- uses: re-actors/alls-green@release/v1
165165
with:
@@ -172,7 +172,7 @@ jobs:
172172
if: |
173173
(github.event_name == 'push') ||
174174
(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
175-
runs-on: ubuntu-20.04
175+
runs-on: ubuntu-24.04
176176
steps:
177177
- uses: technote-space/workflow-conclusion-action@v3
178178
- uses: zulip/github-actions-zulip/send-message@v1

0 commit comments

Comments
 (0)