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/_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
4 changes: 2 additions & 2 deletions .github/workflows/on-master-branch-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
build-l2-relayer]
name: Check pipeline completion
if: ${{ !cancelled() }}
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: All nightly tests completed
run: |
Expand All @@ -59,7 +59,7 @@ jobs:

slack:
name: Slack notification
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
needs: [check-pipeline-completion]
if: >
!cancelled() &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-transfers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

slack-notification:
name: Slack notification
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
needs: [test]
if: >
!cancelled() &&
Expand Down
Loading