diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a4a5801..eb4d569d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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