Skip to content

Commit 895e157

Browse files
committed
ci: Add macos-aarch64 test environment
This commit adds the test environment for the AArch64 macOS toolchains and host tools using the ARM64 macOS zephyr-runner. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a5422d2 commit 895e157

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,16 @@ jobs:
313313
},'
314314
fi
315315
316+
if [ "${build_host_macos_aarch64}" == "y" ]; then
317+
MATRIX_TESTENVS+='{
318+
"name": "macos-11-aarch64",
319+
"runner": "zephyr-runner-macos-arm64-2xlarge",
320+
"container": "",
321+
"bundle-host": "macos-aarch64",
322+
"bundle-archive": "tar.xz"
323+
},'
324+
fi
325+
316326
if [ "${build_host_windows_x86_64}" == "y" ]; then
317327
MATRIX_TESTENVS+='{
318328
"name": "windows-2019-x86_64",

0 commit comments

Comments
 (0)