We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1deee2d + 6b273f3 commit 01b8029Copy full SHA for 01b8029
.github/actions/xcbuild/action.yml
@@ -53,10 +53,10 @@ runs:
53
-T /usr/bin/security \
54
-T /usr/bin/productbuild || true
55
56
- - name: Set Xcode version (15.2.0)
+ - name: Set Xcode version (16.2.0)
57
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
+ # https://github.com/actions/runner-images/blob/main/images/macos/macos-14-Readme.md#xcode
+ run: sudo xcode-select -s /Applications/Xcode_16.2.0.app
60
61
- name: Create Keychain
62
0 commit comments