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 0395464 + 2631bd2 commit 93f80a9Copy full SHA for 93f80a9
.github/actions/xcbuild/action.yml
@@ -56,10 +56,10 @@ runs:
56
-T /usr/bin/security \
57
-T /usr/bin/productbuild || true
58
59
- - name: Set Xcode version (15.0.1)
+ - name: Set Xcode version (15.2.0)
60
shell: bash
61
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
62
- run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
+ run: sudo xcode-select -s /Applications/Xcode_15.2.0.app
63
64
- name: Create Keychain
65
project.yml
@@ -1,6 +1,6 @@
1
name: Kiwix
2
options:
3
- xcodeVersion: 15.0
+ xcodeVersion: 15.2
4
deploymentTarget: # the three latest major versions should be supported
5
iOS: 16.0
6
macOS: 13.0
0 commit comments