diff --git a/.github/workflows/test-iOS.yml b/.github/workflows/test-iOS.yml index e2aeed2..52d6916 100644 --- a/.github/workflows/test-iOS.yml +++ b/.github/workflows/test-iOS.yml @@ -12,7 +12,7 @@ jobs: name: Test iOS runs-on: macOS-latest env: - DEVELOPER_DIR: /Applications/Xcode_15.2.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode.app/Contents/Developer timeout-minutes: 10 strategy: fail-fast: false @@ -20,6 +20,7 @@ jobs: include: - destination: "OS=17.2,name=iPhone 15 Pro" name: "iOS 17.2" + xcode: "Xcode_15.2" steps: - uses: actions/checkout@v4 - name: ${{ matrix.name }}