diff --git a/.github/workflows/add_identifiers.yml b/.github/workflows/add_identifiers.yml index aab334ab6..5003075b8 100644 --- a/.github/workflows/add_identifiers.yml +++ b/.github/workflows/add_identifiers.yml @@ -12,11 +12,11 @@ jobs: identifiers: name: Add Identifiers needs: validate - runs-on: macos-14 + runs-on: macos-15 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode - # run: "sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer" + # run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer" # Checks-out the repo - name: Checkout Repo diff --git a/.github/workflows/build_loop.yml b/.github/workflows/build_loop.yml index dc84dbee8..1c5e6c6fa 100644 --- a/.github/workflows/build_loop.yml +++ b/.github/workflows/build_loop.yml @@ -156,7 +156,7 @@ jobs: build: name: Build needs: [validate, check_alive_and_permissions, check_latest_from_upstream] - runs-on: macos-14 + runs-on: macos-15 permissions: contents: write if: | # runs if started manually, or if sync schedule is set and enabled and scheduled on the first Saturday each month, or if sync schedule is set and enabled and new commits were found @@ -167,7 +167,7 @@ jobs: ) steps: - name: Select Xcode version - run: "sudo xcode-select --switch /Applications/Xcode_15.4.app/Contents/Developer" + run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer" - name: Checkout Repo for syncing if: | diff --git a/.github/workflows/create_certs.yml b/.github/workflows/create_certs.yml index 90bb4f75b..83695d653 100644 --- a/.github/workflows/create_certs.yml +++ b/.github/workflows/create_certs.yml @@ -12,11 +12,11 @@ jobs: certificates: name: Create Certificates needs: validate - runs-on: macos-14 + runs-on: macos-15 steps: # Uncomment to manually select latest Xcode if needed #- name: Select Latest Xcode - # run: "sudo xcode-select --switch /Applications/Xcode_13.0.app/Contents/Developer" + # run: "sudo xcode-select --switch /Applications/Xcode_16.2.app/Contents/Developer" # Checks-out the repo - name: Checkout Repo diff --git a/.github/workflows/validate_secrets.yml b/.github/workflows/validate_secrets.yml index 5ad976a01..4125a7fab 100644 --- a/.github/workflows/validate_secrets.yml +++ b/.github/workflows/validate_secrets.yml @@ -5,7 +5,7 @@ on: [workflow_call, workflow_dispatch] jobs: validate-access-token: name: Access - runs-on: macos-14 + runs-on: macos-15 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-14 + runs-on: macos-15 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-14 + runs-on: macos-15 env: GH_PAT: ${{ secrets.GH_PAT }} GH_TOKEN: ${{ secrets.GH_PAT }}