Skip to content

Commit 18179fc

Browse files
INFRA-105: Bump GitHub runnners (#1965)
# Description See actions/runner-images#11101 Full `sed`. CI pass - it works! ## Type of change Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality)
1 parent 12ca40e commit 18179fc

34 files changed

+106
-106
lines changed

.github/workflows/_build-and-push-cliain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: Build and push cliain docker image to ecr
4848
needs: [build-or-check-cliain]
4949
if: ${{ inputs.check-only != true && inputs.push == true }}
50-
runs-on: ubuntu-20.04
50+
runs-on: ubuntu-24.04
5151
env:
5252
ECR_PUBLIC_HOST: ${{ vars.ECR_PUBLIC_HOST }}
5353
ECR_PUBLIC_REGISTRY: ${{ vars.ECR_PUBLIC_REGISTRY }}

.github/workflows/_build-synthetic-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
main:
1717
name: Build synthetic node docker image
18-
runs-on: ubuntu-20.04
18+
runs-on: ubuntu-24.04
1919
outputs:
2020
artifact-name-image: ${{ steps.get-synthetic-network-artifact-image-name.outputs.name }}
2121
steps:

.github/workflows/_check-runtime-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
check-metadata:
6565
name: Check runtime metadata
6666
needs: [build-subxt]
67-
runs-on: ubuntu-20.04
67+
runs-on: ubuntu-24.04
6868
steps:
6969
- name: Checkout aleph-node source code
7070
uses: actions/checkout@v4

.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 vars
1414
run: |

.github/workflows/_push-image-to-ecr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
jobs:
2929
main:
3030
name: Push ${{ inputs.binary-name }} docker image to the ECR
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Checkout aleph-node sources
3434
uses: actions/checkout@v4

0 commit comments

Comments
 (0)