Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit 64601f3

Browse files
INFRA-105: Bump GitHub runners (#89)
1 parent 491a0dd commit 64601f3

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/_check-vars-and-secrets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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: |

.github/workflows/_measure-circuits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

.github/workflows/_rust-crates-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
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

.github/workflows/nightly-benches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313
jobs:
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
@@ -31,7 +31,7 @@ jobs:
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() &&

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
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

.github/workflows/yaml-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414
jobs:
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

0 commit comments

Comments
 (0)