Set xcode

This commit is contained in:
Max Goedjen 2020-11-07 23:25:45 -08:00
parent 920b5e30fa
commit 16135aaf13
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8

View File

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