We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793c90c commit ae1da2eCopy full SHA for ae1da2e
2 files changed
.github/workflows/ci.yml
@@ -13,6 +13,9 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
16
+ - name: Select Xcode 16.2
17
+ run: sudo xcode-select -s /Applications/Xcode_16.2.app/Contents/Developer
18
+
19
- name: Print build environment
20
run: |
21
xcodebuild -version
.github/workflows/release.yml
@@ -68,6 +68,10 @@ jobs:
68
with:
69
fetch-depth: 0
70
71
+ # ── Select Xcode 16 ───────────────────────────────────────
72
73
74
75
# ── Environment Info ──────────────────────────────────────
76
77
0 commit comments