Merge pull request #1123 from kiwix/revert-xcode-16

Revert "Merge pull request #1121 from kiwix/xcode-16.2"
This commit is contained in:
Kelson 2025-02-23 18:40:32 +01:00 committed by GitHub
commit 4de2be6d08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,10 +53,10 @@ runs:
-T /usr/bin/security \
-T /usr/bin/productbuild || true
- name: Set Xcode version (16.2.0)
- name: Set Xcode version (15.2.0)
shell: bash
# 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
# 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
- name: Create Keychain
shell: bash