瀏覽代碼

Merge pull request #314 from loopandlearn/update_macos

update runners to macOS 14 in yml files
Marion Barker 2 年之前
父節點
當前提交
10d8408660

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

@@ -11,7 +11,7 @@ jobs:
 
   identifiers:
     needs: validate
-    runs-on: macos-13
+    runs-on: macos-14
     steps:
       # Uncomment to manually select latest Xcode if needed
       #- name: Select Latest Xcode

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

@@ -20,11 +20,11 @@ jobs:
   build:
     name: Build
     needs: validate
-    runs-on: macos-13
+    runs-on: macos-14
     steps:
       # Uncomment to manually select latest Xcode if needed
       - 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
       - name: Checkout Repo

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

@@ -12,7 +12,7 @@ jobs:
   certificates:
     name: Create Certificates
     needs: validate
-    runs-on: macos-13
+    runs-on: macos-14
     steps:
       # Uncomment to manually select latest Xcode if needed
       #- name: Select Latest Xcode

+ 3 - 3
.github/workflows/validate_secrets.yml

@@ -5,7 +5,7 @@ on: [workflow_call, workflow_dispatch]
 jobs:
   validate-access-token:
     name: Access
-    runs-on: macos-13
+    runs-on: macos-14
     env:
       GH_PAT: ${{ secrets.GH_PAT }}
       GH_TOKEN: ${{ secrets.GH_PAT }}
@@ -74,7 +74,7 @@ jobs:
   validate-match-secrets:
     name: Match-Secrets
     needs: validate-access-token
-    runs-on: macos-13
+    runs-on: macos-14
     env:
       GH_TOKEN: ${{ secrets.GH_PAT }}
     steps:
@@ -112,7 +112,7 @@ jobs:
   validate-fastlane-secrets:
     name: Fastlane
     needs: [validate-access-token, validate-match-secrets]
-    runs-on: macos-13
+    runs-on: macos-14
     env:
       GH_PAT: ${{ secrets.GH_PAT }}
       GH_TOKEN: ${{ secrets.GH_PAT }}