mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Merge pull request #150 from RobotsAndPencils/matt/fixCIDeveloperDir
Updates developer dir on CI runs to xcode 12.5
This commit is contained in:
commit
b61545979f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue