From 4102cc3b086ea700c0c50dcd2990e7b50922110d Mon Sep 17 00:00:00 2001 From: Doug Date: Mon, 23 Sep 2024 11:49:25 +0100 Subject: [PATCH] The macOS-14 runner has the final Xcode in the image now. --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0696849..f06403e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,7 +22,7 @@ jobs: - name: Configure Xcode 16 run: | - sudo xcode-select -s /Applications/Xcode_16_Release_Candidate.app + sudo xcode-select -s /Applications/Xcode_16.app - name: Run tests run: xcodebuild test -scheme 'Compound' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=18.0' -skipPackagePluginValidation -resultBundlePath Logs/CompoundTests.xcresult