From e6bc15ca8a81ba2c8d130b60bc763683b6a3c7da Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Mon, 22 Jul 2024 14:00:47 -0700 Subject: [PATCH] update to Xcode 15.4 for test scripts --- scripts/build-for-testing.sh | 2 +- scripts/test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build-for-testing.sh b/scripts/build-for-testing.sh index 9e9cf24a1..65d18f4db 100755 --- a/scripts/build-for-testing.sh +++ b/scripts/build-for-testing.sh @@ -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" diff --git a/scripts/test.sh b/scripts/test.sh index 1de950bcf..5c9dfa1d6 100755 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -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"