Skip to content

Commit

Permalink
Merge pull request #314 from loopandlearn/update_macos
Browse files Browse the repository at this point in the history
update runners to macOS 14 in yml files
  • Loading branch information
marionbarker committed Jul 6, 2024
2 parents 4178817 + 4b2fa80 commit 10d8408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add_identifiers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_LoopFollow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate_secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 10d8408

Please sign in to comment.