Skip to content

Commit

Permalink
Merge pull request #1062 from kiwix/ci-update-to-xcode-15.2
Browse files Browse the repository at this point in the history
Update CI to Xcode 15.2
  • Loading branch information
kelson42 authored Jan 2, 2025
2 parents 0395464 + 2631bd2 commit 93f80a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/xcbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ runs:
-T /usr/bin/security \
-T /usr/bin/productbuild || true
- name: Set Xcode version (15.0.1)
- name: Set Xcode version (15.2.0)
shell: bash
# https://github.com/actions/runner-images/blob/main/images/macos/macos-13-Readme.md#xcode
run: sudo xcode-select -s /Applications/Xcode_15.0.1.app
run: sudo xcode-select -s /Applications/Xcode_15.2.0.app

- name: Create Keychain
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Kiwix
options:
xcodeVersion: 15.0
xcodeVersion: 15.2
deploymentTarget: # the three latest major versions should be supported
iOS: 16.0
macOS: 13.0
Expand Down

0 comments on commit 93f80a9

Please sign in to comment.