Skip to content

Commit 19fa4be

Browse files
committed
Change to 22.04 for runner
1 parent 4bd6c5e commit 19fa4be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/casper-node-launcher-pr.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ jobs:
88
strategy:
99
matrix:
1010
include:
11-
- os: ubuntu-20.04
12-
code_name: focal
11+
- os: ubuntu-22.04
12+
code_name: jammy
13+
- os: ubuntu-24.04
14+
code_name: noble
1315

1416
runs-on: ${{ matrix.os }}
1517

0 commit comments

Comments
 (0)