Skip to content

Commit 2fc6644

Browse files
authored
Merge pull request #2711 from AkihiroSuda/deflake-vz
CI: vz: try macos-15-large (Intel)
2 parents 4a052fc + 0061c4d commit 2fc6644

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,8 @@ jobs:
423423

424424
vz:
425425
name: "vz"
426-
# on macOS 13, the default vmType is VZ
427-
runs-on: macos-13
426+
# on macOS >= 13, the default vmType is VZ
427+
runs-on: macos-15-large # Intel
428428
timeout-minutes: 120
429429
strategy:
430430
fail-fast: false

0 commit comments

Comments
 (0)