Skip to content

Commit 1365099

Browse files
authored
[build] do not use x86 mac machines anymore (#26072)
### Description as x86_64 Mac machines are retiring, move jobs to arm64. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
1 parent bb420a0 commit 1365099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
use_coreml: true
3636
matrix_include: >-
3737
[
38-
{"machine": "x86_64", "target": "x86_64", "build_config": "Release"},
38+
{"machine": "arm64", "target": "x86_64", "build_config": "Release"},
3939
{"machine": "arm64", "target": "arm64", "build_config": "Debug"},
4040
{"machine": "arm64", "target": "arm64", "build_config": "Release"}
4141
]

0 commit comments

Comments
 (0)