Skip to content

Commit

Permalink
Merge pull request #265 from loopandlearn/ios17-sdk-update
Browse files Browse the repository at this point in the history
Update to Xcode 15 and iOS 17 SDK for App Store compliance
  • Loading branch information
marionbarker committed Mar 22, 2024
2 parents 6468421 + 8bf6da2 commit ce3ef1d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-12
runs-on: macos-13
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-12
runs-on: macos-13
steps:
# Uncomment to manually select latest Xcode if needed
- name: Select Latest Xcode
run: "sudo xcode-select --switch /Applications/Xcode_14.1.app/Contents/Developer"
run: "sudo xcode-select --switch /Applications/Xcode_15.0.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-12
runs-on: macos-13
steps:
# Uncomment to manually select latest Xcode if needed
#- name: Select Latest Xcode
Expand Down

0 comments on commit ce3ef1d

Please sign in to comment.