Skip to content

Commit 6c63a19

Browse files
authored
chore: updating github action runners (#921)
1 parent 6ae04d6 commit 6c63a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/post_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
push-docker-build:
1010
strategy:
1111
matrix:
12-
os: [ ubuntu-20.04 ]
12+
os: [ ubuntu-24.04 ]
1313
network: [ "mainnet", "preprod", "preview", "sanchonet" ]
1414

1515
runs-on: ${{ matrix.os }}

.github/workflows/post_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
publish:
1010
strategy:
1111
matrix:
12-
os: [ ubuntu-20.04 ]
12+
os: [ ubuntu-24.04 ]
1313
network: [ "mainnet", "preprod", "preview", "sanchonet" ]
1414

1515
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)