Skip to content
Merged
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
10 changes: 5 additions & 5 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
jobs:
invariants:
name: Invariants
runs-on: ubuntu-20-04-4-cores
runs-on: ubuntu-24-04-4-cores
timeout-minutes: 1
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
Expand All @@ -22,7 +22,7 @@ jobs:

bootstrap:
name: Local E2E Tests
runs-on: ubuntu-20-04-4-cores
runs-on: ubuntu-24-04-4-cores
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
Expand All @@ -32,7 +32,7 @@ jobs:

rewind:
name: Rewind Chain Tests
runs-on: ubuntu-20-04-4-cores
runs-on: ubuntu-24-04-4-cores
timeout-minutes: 10
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
Expand All @@ -42,7 +42,7 @@ jobs:

lint:
name: Lint
runs-on: ubuntu-20-04-4-cores
runs-on: ubuntu-24-04-4-cores
timeout-minutes: 35
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:

tests:
name: Unit Tests
runs-on: ubuntu-20-04-4-cores
runs-on: ubuntu-24-04-4-cores
timeout-minutes: 35
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # [email protected]
Expand Down
Loading