Update to Xcode 15.1

This commit is contained in:
Max Goedjen 2024-01-06 17:34:52 -08:00 committed by GitHub
parent 5718ae6805
commit 4a33ea2df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_15.0.1.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Test
run: |
pushd Sources/Packages
@ -43,7 +43,7 @@ jobs:
APPLE_API_KEY_ID: ${{ secrets.APPLE_API_KEY_ID }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_14.3.app
run: sudo xcrun xcode-select -s /Applications/Xcode_15.1.app
- name: Update Build Number
env:
TAG_NAME: ${{ github.ref }}