mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 21:01:36 +00:00
fix version
This commit is contained in:
2
.github/actions/macos-install.sh
vendored
2
.github/actions/macos-install.sh
vendored
@@ -1,5 +1,5 @@
|
|||||||
echo "MacOS Version Info According to Python:"
|
echo "MacOS Version Info According to Python:"
|
||||||
macver=$(python -c "import platform; print(platform.mac_ver().version)")
|
macver=$(python -c "import platform; print(platform.mac_ver()[0])")
|
||||||
echo $macver
|
echo $macver
|
||||||
echo "Xcode version:"
|
echo "Xcode version:"
|
||||||
xcodebuild -version
|
xcodebuild -version
|
||||||
|
|||||||
Reference in New Issue
Block a user