From aa60bbdf2ea8a1ab160f7f1b40db658a8a3770d3 Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Sun, 10 Nov 2024 19:37:12 +0100 Subject: [PATCH] ci: Update xcode version for macos-14 from 14.3.1 to 15.4 (#8467) The older version has been removed on arm64 runners. --- .github/workflows/hosted_runners.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index 9481cd16c0f..ef559ace72b 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -668,7 +668,7 @@ jobs: id: xcode_selector run: | if [[ "${{ matrix.os }}" == "macos-14" ]]; then - xcode_path="/Applications/Xcode_14.3.1.app/Contents/Developer" + xcode_path="/Applications/Xcode_15.4.app/Contents/Developer" elif [[ "${{ matrix.os }}" == "macos-15" ]]; then xcode_path="/Applications/Xcode_16.app/Contents/Developer" else