Merge pull request #150 from RobotsAndPencils/matt/fixCIDeveloperDir

Updates developer dir on CI runs to xcode 12.5
This commit is contained in:
Matt Kiazyk 2021-08-18 16:54:15 -05:00 committed by GitHub
commit b61545979f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,5 +13,5 @@ jobs:
- uses: actions/checkout@v2.3.4
- name: Run tests
env:
DEVELOPER_DIR: /Applications/Xcode_12.2.app
DEVELOPER_DIR: /Applications/Xcode_12.5.app
run: xcodebuild test -scheme Xcodes