Skip to content

Commit 0fa3458

Browse files
authored
Merge pull request #1127 from kiwix/update-to-xcode-15.4
Update to Xcode 15.4 on CI
2 parents 0ef04dc + 242dadf commit 0fa3458

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/xcbuild/action.yml

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

6161
- name: Create Keychain
6262
shell: bash

0 commit comments

Comments
 (0)