Skip to content

Commit

Permalink
switch from XCode 15.4 to 15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomx32 committed Dec 12, 2024
1 parent 6242bdf commit 61aea16
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build-xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 61aea16

Please sign in to comment.