Skip to content

Commit 9eef7cf

Browse files
INFRA-105: Bumped Github Runners (#258)
* INFRA-105: Bumped Github Runners * Try to fix CI * Revert "Try to fix CI" This reverts commit 7efcb7e.
1 parent ca71900 commit 9eef7cf

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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/on-master-branch-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
build-l2-relayer]
5050
name: Check pipeline completion
5151
if: ${{ !cancelled() }}
52-
runs-on: ubuntu-latest
52+
runs-on: ubuntu-24.04
5353
steps:
5454
- name: All nightly tests completed
5555
run: |
@@ -59,7 +59,7 @@ jobs:
5959
6060
slack:
6161
name: Slack notification
62-
runs-on: ubuntu-latest
62+
runs-on: ubuntu-24.04
6363
needs: [check-pipeline-completion]
6464
if: >
6565
!cancelled() &&

.github/workflows/test-transfers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
slack-notification:
3333
name: Slack notification
34-
runs-on: ubuntu-20.04
34+
runs-on: ubuntu-24.04
3535
needs: [test]
3636
if: >
3737
!cancelled() &&

0 commit comments

Comments
 (0)