Skip to content

Commit 93f80a9

Browse files
authored
Merge pull request #1062 from kiwix/ci-update-to-xcode-15.2
Update CI to Xcode 15.2
2 parents 0395464 + 2631bd2 commit 93f80a9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/xcbuild/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ runs:
5656
-T /usr/bin/security \
5757
-T /usr/bin/productbuild || true
5858
59-
- name: Set Xcode version (15.0.1)
59+
- name: Set Xcode version (15.2.0)
6060
shell: bash
6161
# 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
62+
run: sudo xcode-select -s /Applications/Xcode_15.2.0.app
6363

6464
- name: Create Keychain
6565
shell: bash

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Kiwix
22
options:
3-
xcodeVersion: 15.0
3+
xcodeVersion: 15.2
44
deploymentTarget: # the three latest major versions should be supported
55
iOS: 16.0
66
macOS: 13.0

0 commit comments

Comments
 (0)