From 9dbf40014e1b8125d215eae0e9218d62d67d7fa8 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Thu, 11 Apr 2024 20:23:24 -0400 Subject: [PATCH] Use XCode 15.3 in CI --- src/scripts/ci/setup_gh_actions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/ci/setup_gh_actions.sh b/src/scripts/ci/setup_gh_actions.sh index 69117828652..1ab992deecd 100755 --- a/src/scripts/ci/setup_gh_actions.sh +++ b/src/scripts/ci/setup_gh_actions.sh @@ -111,7 +111,7 @@ else brew install emscripten fi - sudo xcrun xcode-select --switch '/Applications/Xcode_15.0.app/Contents/Developer' + sudo xcrun xcode-select --switch '/Applications/Xcode_15.3.app/Contents/Developer' fi # find the ccache cache location and store it in the build job's environment