We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35dbd09 + bdb0de0 commit 72b503fCopy full SHA for 72b503f
.github/workflows/test.yml
@@ -206,8 +206,7 @@ jobs:
206
# as they seem more stable than macOS instances.
207
integration-linux:
208
name: Integration tests (on Linux)
209
- # A "larger" runner is used for enabling nested virt
210
- runs-on: ubuntu-latest-4-cores
+ runs-on: ubuntu-22.04
211
timeout-minutes: 120
212
strategy:
213
fail-fast: false
@@ -258,8 +257,7 @@ jobs:
258
257
259
colima:
260
name: Colima
261
262
263
264
265
matrix:
0 commit comments