Parcourir la source

update explicit Xcode version to 15.4

marionbarker il y a 2 ans
Parent
commit
4b2fa80fbe
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/build_LoopFollow.yml

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

@@ -24,7 +24,7 @@ jobs:
     steps:
     steps:
       # Uncomment to manually select latest Xcode if needed
       # Uncomment to manually select latest Xcode if needed
       - name: Select Latest Xcode
       - name: Select Latest Xcode
-        run: "sudo xcode-select --switch /Applications/Xcode_15.0.app/Contents/Developer"
+        run: "sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer"
 
 
       # Checks-out the repo
       # Checks-out the repo
       - name: Checkout Repo
       - name: Checkout Repo