Skip to content

Commit fb09c2e

Browse files
committed
Default to Xcode 16.3 in CI job for building example app
1 parent 1fc91a0 commit fb09c2e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ jobs:
5050

5151
steps:
5252
- uses: actions/checkout@v4
53+
54+
- name: Select Xcode version
55+
run: |
56+
sudo xcode-select -s /Applications/Xcode_16.3.app
57+
xcodebuild -version
5358
5459
- name: Build example app
5560
run: |

0 commit comments

Comments
 (0)