Skip to content

Commit ae1da2e

Browse files
committed
fix: select Xcode 16.2 in CI to support XcodeGen project format
1 parent 793c90c commit ae1da2e

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515

16+
- name: Select Xcode 16.2
17+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
18+
1619
- name: Print build environment
1720
run: |
1821
xcodebuild -version

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070

71+
# ── Select Xcode 16 ───────────────────────────────────────
72+
- name: Select Xcode 16.2
73+
run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
74+
7175
# ── Environment Info ──────────────────────────────────────
7276
- name: Print build environment
7377
run: |

0 commit comments

Comments
 (0)