From 61aea161a0ee66c58d024ce3c3adc7fe2bd6cb36 Mon Sep 17 00:00:00 2001 From: xiaomx32 <2116906041@qq.com> Date: Thu, 12 Dec 2024 10:58:35 +0800 Subject: [PATCH] switch from XCode 15.4 to 15.1 --- .github/workflows/build-xmake.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-xmake.yml b/.github/workflows/build-xmake.yml index d7951f5a9..9a8d5a09c 100644 --- a/.github/workflows/build-xmake.yml +++ b/.github/workflows/build-xmake.yml @@ -60,10 +60,17 @@ jobs: fi brew install molten-vk ninja cmake xmake curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + sudo xcode-select -switch /Applications/Xcode_15.1.app echo "Check the relevant software versions" + echo "check brew" brew --version + echo "check brew end" + echo "check xcode" xcodebuild -version - clang --version + echo "check xcode end" + echo "check clang++" + clang++ --version + echo "check clang++ end" echo "Check End" - name: "Configure and Build" run: |