Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build-and-push-cliain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: Build and push cliain docker image to ecr
needs: [build-or-check-cliain]
if: ${{ inputs.check-only != true && inputs.push == true }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
env:
ECR_PUBLIC_HOST: ${{ vars.ECR_PUBLIC_HOST }}
ECR_PUBLIC_REGISTRY: ${{ vars.ECR_PUBLIC_REGISTRY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build-synthetic-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
main:
name: Build synthetic node docker image
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
artifact-name-image: ${{ steps.get-synthetic-network-artifact-image-name.outputs.name }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-runtime-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
check-metadata:
name: Check runtime metadata
needs: [build-subxt]
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout aleph-node source code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_check-vars-and-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
main:
name: Check available vars and secrets
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_push-image-to-ecr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
jobs:
main:
name: Push ${{ inputs.binary-name }} docker image to the ECR
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Checkout aleph-node sources
uses: actions/checkout@v4
Expand Down
Loading