Skip to content

Commit b66319d

Browse files
committed
ci: fix macOS e2e tests by switching to macos-15-intel runner
ARM64 runners don't support nested virtualization needed for Docker. Use Intel-based macos-15-intel instead. Signed-off-by: Rohan Kumar <[email protected]>
1 parent 7c686bf commit b66319d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ jobs:
7070
macos-build:
7171
name: MacOS
7272
needs: buildWithoutTests
73-
runs-on: macos-14
73+
# Using macos-15-intel (not macos-14) because ARM64 runners don't support nested virtualization
74+
# required for Docker/QEMU. See: https://github.com/actions/runner-images/issues/9460
75+
runs-on: macos-15-intel
7476
strategy:
7577
fail-fast: false
7678
matrix:

0 commit comments

Comments
 (0)