This repository was archived by the owner on Aug 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88jobs :
99 main :
1010 name : Check available vars and secrets
11- runs-on : ubuntu-20 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Check secrets
1414 run : |
Original file line number Diff line number Diff line change 88jobs :
99 main :
1010 name : Measure circuits
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 timeout-minutes : 10
1313 env :
1414 RUSTC_WRAPPER : sccache
Original file line number Diff line number Diff line change 88jobs :
99 main :
1010 name : Run lints and tests
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 timeout-minutes : 15
1313 env :
1414 RUSTC_WRAPPER : sccache
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 circuits-benches :
1515 name : Run benches for shielder-circuits crate
16- runs-on : ubuntu-22 .04
16+ runs-on : ubuntu-24 .04
1717 timeout-minutes : 10
1818 env :
1919 RUSTC_WRAPPER : sccache
3131
3232 slack-notification :
3333 name : Slack notification
34- runs-on : ubuntu-22 .04
34+ runs-on : ubuntu-24 .04
3535 needs : [circuits-benches]
3636 if : >
3737 !cancelled() &&
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 main :
1616 name : YAML Lint
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - name : LINT | Execute YAML linter
2020 uses : Cardinal-Cryptography/github-actions/yaml-lint@v7
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
1414jobs :
1515 main :
1616 name : YAML Validate
17- runs-on : ubuntu-22 .04
17+ runs-on : ubuntu-24 .04
1818 steps :
1919 - name : VALIDATE | Execute github-actions-validator
2020 uses : Cardinal-Cryptography/github-actions/yaml-validate@v7.2.0
You can’t perform that action at this time.
0 commit comments