From 7799b0f95f81cdd60ca9a48848e8334f68ee8a0e Mon Sep 17 00:00:00 2001 From: Martin Rechsteiner Date: Tue, 17 Sep 2024 23:12:39 +0200 Subject: [PATCH] Update build server to Xcode 16 --- .github/workflows/parchment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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