Skip to content

Commit

Permalink
Merge pull request #1121 from kiwix/xcode-16.2
Browse files Browse the repository at this point in the history
Update to Xcode 16.2
  • Loading branch information
kelson42 authored Feb 22, 2025
2 parents 1deee2d + 6b273f3 commit 01b8029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/xcbuild/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ runs:
-T /usr/bin/security \
-T /usr/bin/productbuild || true
- name: Set Xcode version (15.2.0)
- name: Set Xcode version (16.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.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

- name: Create Keychain
shell: bash
Expand Down

0 comments on commit 01b8029

Please sign in to comment.