Skip to content

Commit d5c153b

Browse files
committed
fix: correct xcode version
1 parent 05d2851 commit d5c153b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- uses: maxim-lobanov/setup-xcode@v1
3434
with:
35-
xcode-version: "16.0"
35+
xcode-version: "16.2"
3636

3737
- name: Build and Test
3838
env:

0 commit comments

Comments
 (0)