Update CI workflow to use Xcode 14.2

This commit is contained in:
Sam Lu 2023-09-19 12:16:06 -06:00
parent 622fac605c
commit b6e654c6f2
No known key found for this signature in database
GPG key ID: 1F967FCCCCED5DDC

View file

@ -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