Skip to content

Commit 1e9d800

Browse files
committed
chore: bump to ubuntu 22.04
1 parent 8ab4bdb commit 1e9d800

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
lint:
2424
name: Lint
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5
@@ -37,7 +37,7 @@ jobs:
3737

3838
gen:
3939
name: Check generated files
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-22.04
4141
steps:
4242
# Dependencies to generate doc, protobuf stubs and go bindings.
4343
- uses: actions/checkout@v4
@@ -99,7 +99,7 @@ jobs:
9999
100100
test:
101101
name: Test
102-
runs-on: ubuntu-latest
102+
runs-on: ubuntu-22.04
103103
steps:
104104
- uses: actions/checkout@v4
105105
- uses: actions/setup-go@v5
@@ -110,7 +110,7 @@ jobs:
110110

111111
loadtest:
112112
name: Run loadtest
113-
runs-on: ubuntu-latest
113+
runs-on: ubuntu-22.04
114114
strategy:
115115
matrix:
116116
tool: [geth, anvil]

0 commit comments

Comments
 (0)