File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414jobs :
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 :
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
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 :
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 :
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
You can’t perform that action at this time.
0 commit comments