We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ab4bdb commit 1e9d800Copy full SHA for 1e9d800
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ env:
22
jobs:
23
lint:
24
name: Lint
25
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
26
steps:
27
- uses: actions/checkout@v4
28
- uses: actions/setup-go@v5
@@ -37,7 +37,7 @@ jobs:
37
38
gen:
39
name: Check generated files
40
41
42
# Dependencies to generate doc, protobuf stubs and go bindings.
43
@@ -99,7 +99,7 @@ jobs:
99
100
test:
101
name: Test
102
103
104
105
@@ -110,7 +110,7 @@ jobs:
110
111
loadtest:
112
name: Run loadtest
113
114
strategy:
115
matrix:
116
tool: [geth, anvil]
0 commit comments