Skip to content

Commit 4cd0a1a

Browse files
committed
Update build_macos.yml
1 parent 113eda2 commit 4cd0a1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,12 @@ jobs:
114114
timeout-minutes: 90
115115
shell: bash
116116
run: |
117+
if [ -f /usr/local/bin/python3.11 ]; then
118+
echo "Removing python3.11"
119+
sudo rm -f /usr/local/bin/python3.11
120+
else
121+
echo "Did not find python3.11"
122+
fi
117123
# TODO add handling cmake_extras
118124
python scripts/build_scripts/build_zips.py --gha --platform=macos --unity_root=$UNITY_ROOT_DIR --use_boringssl --architecture=x86_64 --architecture=arm64 --apis=${{ inputs.apis }}
119125

0 commit comments

Comments
 (0)