Set Xcode beta

This commit is contained in:
Max Goedjen 2020-09-10 23:39:05 -07:00
parent 2c11f480b4
commit 536e47a231
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ jobs:
AGENT_PROFILE_DATA: ${{ secrets.AGENT_PROFILE_DATA }}
run: ./.github/scripts/signing.sh
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive
build:

View File

@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set Environment
run: sudo xcrun xcode-select -s /Applications/Xcode_11.4.app
run: sudo xcrun xcode-select -s /Applications/Xcode_12_beta.app
- name: Test
run: xcrun xcodebuild test -project Secretive.xcodeproj -scheme Secretive