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 0ef04dc + 242dadf commit 0fa3458Copy full SHA for 0fa3458
.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 (15.4.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
+ run: sudo xcode-select -s /Applications/Xcode_15.4.0.app
60
61
- name: Create Keychain
62
0 commit comments