From 68ae970193b80f31525af2343407de5341ad087b Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Tue, 20 Aug 2024 23:33:34 +0100 Subject: [PATCH] CI: Update MacOS runner XCode version --- .github/actions/setup/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index ba6fe1d8bd3df..9ebd13340df5c 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -51,7 +51,7 @@ runs: shell: bash run: | set -e - sudo xcode-select --switch /Applications/Xcode_16_beta_5.app + sudo xcode-select --switch /Applications/Xcode_16.1_beta.app brew update brew install autoconf autoconf-archive automake bash ccache coreutils ffmpeg llvm@18 nasm ninja qt unzip wabt pyyaml