File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010jobs :
1111 invariants :
1212 name : Invariants
13- runs-on : ubuntu-20 -04-4-cores
13+ runs-on : ubuntu-24 -04-4-cores
1414 timeout-minutes : 1
1515 steps :
1616 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
2222
2323 bootstrap :
2424 name : Local E2E Tests
25- runs-on : ubuntu-20 -04-4-cores
25+ runs-on : ubuntu-24 -04-4-cores
2626 timeout-minutes : 10
2727 steps :
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
3232
3333 rewind :
3434 name : Rewind Chain Tests
35- runs-on : ubuntu-20 -04-4-cores
35+ runs-on : ubuntu-24 -04-4-cores
3636 timeout-minutes : 10
3737 steps :
3838 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
4242
4343 lint :
4444 name : Lint
45- runs-on : ubuntu-20 -04-4-cores
45+ runs-on : ubuntu-24 -04-4-cores
4646 timeout-minutes : 35
4747 steps :
4848 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
7070
7171 tests :
7272 name : Unit Tests
73- runs-on : ubuntu-20 -04-4-cores
73+ runs-on : ubuntu-24 -04-4-cores
7474 timeout-minutes : 35
7575 steps :
7676 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4.2.2
You can’t perform that action at this time.
0 commit comments