Skip to content

Commit 01b8029

Browse files
authored
Merge pull request #1121 from kiwix/xcode-16.2
Update to Xcode 16.2
2 parents 1deee2d + 6b273f3 commit 01b8029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/xcbuild/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ runs:
5353
-T /usr/bin/security \
5454
-T /usr/bin/productbuild || true
5555
56-
- name: Set Xcode version (15.2.0)
56+
- name: Set Xcode version (16.2.0)
5757
shell: bash
58-
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
59-
run: sudo xcode-select -s /Applications/Xcode_15.2.0.app
58+
# https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode
59+
run: sudo xcode-select -s /Applications/Xcode_16.2.0.app
6060

6161
- name: Create Keychain
6262
shell: bash

0 commit comments

Comments
 (0)