Set Xcode 11.4

This commit is contained in:
Max Goedjen 2020-04-05 15:38:01 -07:00
parent 3133c6f144
commit eff4425cff
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
2 changed files with 4 additions and 2 deletions

View File

@ -17,6 +17,8 @@ jobs:
HOST_PROFILE_DATA: ${{ secrets.HOST_PROFILE_DATA }}
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: xcrun xcode-select -p /Applications/Xcode_11.4.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build:

View File

@ -14,7 +14,7 @@ jobs:
HOST_PROFILE_DATA: ${{ secrets.HOST_PROFILE_DATA }}
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Show Environment
run: xcrun xcodebuild -version
- name: Set Environment
run: xcrun xcode-select -p /Applications/Xcode_11.4.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive