Skip to content

Commit

Permalink
update to Xcode 15.4 for test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Jul 22, 2024
1 parent c752f6d commit e6bc15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build-for-testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function xcb() {
}

# Run xcodebuild
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcb "${flags[@]}"
echo "$message"

Expand Down
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ function xcb() {
}

# Run xcodebuild
sudo xcode-select -s /Applications/Xcode_15.2.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_15.4.app/Contents/Developer
xcb "${flags[@]}"
echo "$message"

0 comments on commit e6bc15c

Please sign in to comment.