Skip to content

Commit e172c02

Browse files
authored
[Mac build] Add target the Mac host matrix (#879)
`compiler_target` and `cpu` are required for the early swift driver build since #878.
1 parent 82e1cfc commit e172c02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,8 @@ jobs:
594594
"include": [
595595
{
596596
"arch": "arm64",
597+
"cpu": "aarch64",
598+
"compiler_target": "arm64-apple-macosx15.0",
597599
"os": "Darwin",
598600
"cc": "clang",
599601
"cflags": "${{ steps.context.outputs.DARWIN_CMAKE_C_FLAGS }}",

0 commit comments

Comments
 (0)