Skip to content

Commit 6e151b7

Browse files
committed
Try to use arm64 runners for qemu integration tests
Signed-off-by: Nir Soffer <[email protected]>
1 parent e2c147e commit 6e151b7

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/qemu.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
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.
19+
# We run on standard arm64 runners since this test is very quick.
2220
platform:
23-
- macos-13-large
24-
- macos-14-large
25-
- macos-15-large
21+
- macos-13
22+
- macos-14
23+
- macos-15
2624
runs-on: ${{ matrix.platform }}
2725
timeout-minutes: 10
2826
steps:

0 commit comments

Comments
 (0)