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.
1 parent e2c147e commit 6e151b7Copy full SHA for 6e151b7
.github/workflows/qemu.yaml
@@ -16,13 +16,11 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- # macos-13-large is used as macos-13 seems too flaky.
20
- # macos-14 (ARM) and later cannot be used for the most part of the job
21
- # due to the lack of the support for nested virt.
+ # We run on standard arm64 runners since this test is very quick.
22
platform:
23
- - macos-13-large
24
- - macos-14-large
25
- - macos-15-large
+ - macos-13
+ - macos-14
+ - macos-15
26
runs-on: ${{ matrix.platform }}
27
timeout-minutes: 10
28
steps:
0 commit comments