mirror of
https://github.com/XcodesOrg/XcodesApp.git
synced 2026-03-25 08:55:46 +00:00
Update CI workflow to use Xcode 14.2
This commit is contained in:
parent
622fac605c
commit
b6e654c6f2
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@v3
|
||||
- name: Run tests
|
||||
env:
|
||||
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app
|
||||
DEVELOPER_DIR: /Applications/Xcode_14.2.app
|
||||
run: xcodebuild test -scheme Xcodes
|
||||
|
|
|
|||
Loading…
Reference in a new issue