Pārlūkot izejas kodu

Update to Xcode 15 and iOS 17 SDK for App Store compliance

Jonas Björkert 2 gadi atpakaļ
vecāks
revīzija
79e5ab36a3
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      .github/workflows/build_LoopFollow.yml

+ 2 - 2
.github/workflows/build_LoopFollow.yml

@@ -20,11 +20,11 @@ jobs:
   build:
     name: Build
     needs: validate
-    runs-on: macos-12
+    runs-on: macos-13
     steps:
       # Uncomment to manually select latest Xcode if needed
       - name: Select Latest Xcode
-        run: "sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer"
+        run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"
 
       # Checks-out the repo
       - name: Checkout Repo