Skip to content

Commit 72b503f

Browse files
authored
Merge pull request #2155 from AkihiroSuda/gha-use-standard-runners
CI: use standard GHA runners
2 parents 35dbd09 + bdb0de0 commit 72b503f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,7 @@ jobs:
206206
# as they seem more stable than macOS instances.
207207
integration-linux:
208208
name: Integration tests (on Linux)
209-
# A "larger" runner is used for enabling nested virt
210-
runs-on: ubuntu-latest-4-cores
209+
runs-on: ubuntu-22.04
211210
timeout-minutes: 120
212211
strategy:
213212
fail-fast: false
@@ -258,8 +257,7 @@ jobs:
258257

259258
colima:
260259
name: Colima
261-
# A "larger" runner is used for enabling nested virt
262-
runs-on: ubuntu-latest-4-cores
260+
runs-on: ubuntu-22.04
263261
timeout-minutes: 120
264262
strategy:
265263
matrix:

0 commit comments

Comments
 (0)