From 8aa00107b0386a548ab033aebfaf177b9a1a8f5c Mon Sep 17 00:00:00 2001 From: louisg1337 Date: Fri, 3 May 2024 16:59:33 -0400 Subject: [PATCH] Reverted back to old workflow that uses Xcode 15 --- .github/workflows/ios-build.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ios-build.yml b/.github/workflows/ios-build.yml index ac6bb76f3..cd195b6c9 100644 --- a/.github/workflows/ios-build.yml +++ b/.github/workflows/ios-build.yml @@ -22,7 +22,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: macos-13 + runs-on: macos-lateset # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -33,12 +33,6 @@ jobs: - name: Print the xcode path run: xcode-select --print-path - - name: Set xcode to 14.1 - run: | - sudo xcode-select --switch /Applications/Xcode_14.1.app - echo "After setting xcode version "`xcode-select --print-path` - - - name: Print the xcode setup run: xcodebuild -version -sdk