Skip to content

Commit 0061c4d

Browse files
committed
CI: vz: try macos-15-large (Intel)
This might be less flaky than the current macos-13? Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7ab02dc commit 0061c4d

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)