Преглед изворни кода

Use macos-13 (currently in beta) for all workflows, use Xcode 14.3 for build_iAPS.yml (#30)

bjornoleh пре 3 година
родитељ
комит
98b7822b40

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

@@ -10,7 +10,7 @@ jobs:
 
   identifiers:
     needs: secrets
-    runs-on: macos-12
+    runs-on: macos-13
     steps:
       # Uncomment to manually select Xcode version if needed
       #- name: Select Xcode version

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

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

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

@@ -10,7 +10,7 @@ jobs:
 
   certificates:
     needs: secrets
-    runs-on: macos-12
+    runs-on: macos-13
     steps:
       # Uncomment to manually select Xcode version if needed
       #- name: Select Xcode version

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

@@ -4,7 +4,7 @@ on: [workflow_call, workflow_dispatch]
 
 jobs:
   validate:
-    runs-on: macos-12
+    runs-on: macos-13
     steps:
       # Checks-out the repo
       - name: Checkout Repo