Skip to content

Commit

Permalink
Update build_iAPS.yml (#318)
Browse files Browse the repository at this point in the history
Trying latest Xcode version
  • Loading branch information
sethgagnon committed Nov 10, 2023
1 parent a7f2857 commit d5f4103
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_iAPS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
# Uncomment to manually select Xcode version if needed
- name: Select Xcode version
run: "sudo xcode-select --switch /Applications/Xcode_14.3.app/Contents/Developer"
run: "sudo xcode-select --switch /Applications/Xcode_15.0.1.app/Contents/Developer"

# Checks-out the repo
- name: Checkout Repo
Expand Down Expand Up @@ -64,4 +64,4 @@ jobs:
name: build-artifacts
path: |
artifacts
buildlog
buildlog

0 comments on commit d5f4103

Please sign in to comment.