From 2a3a86c03682bae41338bbe5e167fbbcf92a20fe Mon Sep 17 00:00:00 2001 From: Marcus Kida Date: Wed, 11 Oct 2023 14:30:06 +0200 Subject: [PATCH] Use Xcode 15.0 --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e331ce..f974bdd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + - name: Select Xcode + run: sudo xcode-select -switch /Applications/Xcode_15.0.0.app - name: Build and test run: xcodebuild clean test -project KIImagePager.xcodeproj -scheme KIImagePager -destination "${destination}" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO env: