Updates developer dir on CI runs to xcode 12.5

This commit is contained in:
Matt Kiazyk 2021-08-18 16:49:24 -05:00
parent 5c02200f88
commit 3db60b65f5
No known key found for this signature in database
GPG key ID: 33D9938D5D45EFE2

View file

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