File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
jobs :
15
15
compile-opam :
16
16
name : EasyCrypt compilation (opam)
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-24 .04
18
18
container :
19
19
image : ghcr.io/easycrypt/ec-build-box
20
20
steps :
30
30
name : EasyCrypt compilation (nix)
31
31
env :
32
32
HOME : /home/runner
33
- runs-on : ubuntu-20 .04
33
+ runs-on : ubuntu-24 .04
34
34
steps :
35
35
- uses : actions/checkout@v4
36
36
- name : Setup Nix
49
49
check :
50
50
name : Check EasyCrypt Libraries
51
51
needs : compile-opam
52
- runs-on : ubuntu-20 .04
52
+ runs-on : ubuntu-24 .04
53
53
container :
54
54
image : ghcr.io/easycrypt/ec-build-box
55
55
strategy :
82
82
83
83
fetch-external-matrix :
84
84
name : Fetch EasyCrypt External Projects Matrix
85
- runs-on : ubuntu-20 .04
85
+ runs-on : ubuntu-24 .04
86
86
outputs :
87
87
matrix : ${{ steps.set-matrix.outputs.matrix }}
88
88
steps :
97
97
external :
98
98
name : Check EasyCrypt External Projects
99
99
needs : [compile-opam, fetch-external-matrix]
100
- runs-on : ubuntu-20 .04
100
+ runs-on : ubuntu-24 .04
101
101
container :
102
102
image : ghcr.io/easycrypt/ec-build-box
103
103
strategy :
@@ -159,7 +159,7 @@ jobs:
159
159
name : Check EasyCrypt External Projects (set-status)
160
160
if : always()
161
161
needs : [external]
162
- runs-on : ubuntu-20 .04
162
+ runs-on : ubuntu-24 .04
163
163
steps :
164
164
- uses : re-actors/alls-green@release/v1
165
165
with :
@@ -172,7 +172,7 @@ jobs:
172
172
if : |
173
173
(github.event_name == 'push') ||
174
174
(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
176
176
steps :
177
177
- uses : technote-space/workflow-conclusion-action@v3
178
178
- uses : zulip/github-actions-zulip/send-message@v1
You can’t perform that action at this time.
0 commit comments