diff --git a/.github/workflows/parchment.yml b/.github/workflows/parchment.yml index cb4d3972..22b93a13 100644 --- a/.github/workflows/parchment.yml +++ b/.github/workflows/parchment.yml @@ -6,7 +6,7 @@ jobs: steps: - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: '16.0-beta' + xcode-version: '16.0' - uses: actions/checkout@v3 - name: Unit Tests run: xcodebuild -project Parchment.xcodeproj -scheme "Parchment" -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 15 Pro,OS=18.0' test