Skip to content

Commit 8e871c8

Browse files
authored
Update mac.yml iphone_simulator job to use Xcode version 16.4. (microsoft#25752)
### Description <!-- Describe your changes. --> Update mac.yml iphone_simulator job to use Xcode version 16.4. ### 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. --> Fix CI build failure. Following the recommendation here: actions/runner-images#12758 (comment)
1 parent 0ca313b commit 8e871c8

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
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: macos-15
6464

6565
env:
66-
xcode_version: 16
66+
xcode_version: 16.4
6767

6868
strategy:
6969
matrix:

0 commit comments

Comments
 (0)