Skip to content

Commit

Permalink
test XCode 16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomx32 authored and Mike-Leo-Smith committed Dec 12, 2024
1 parent cc156aa commit 08b5ae5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-xmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,17 +60,11 @@ 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
sudo xcode-select -switch /Applications/Xcode_16.1.app
echo "Check the relevant software versions"
echo "check brew"
brew --version
echo "check brew end"
echo "check xcode"
xcodebuild -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 08b5ae5

Please sign in to comment.