Merge pull request #7530 from def-/pr-macos-ci-python

Fix macOS CI
This commit is contained in:
Robert Müller 2023-11-23 14:40:13 +00:00 committed by GitHub
commit 91dce34a4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,7 +92,7 @@ jobs:
brew update || true
brew install pkg-config sdl2 ffmpeg ninja molten-vk vulkan-headers glslang spirv-tools || true
# --overwrite for: Target /usr/local/bin/2to3 already exists.
brew link --overwrite python@3.10
brew link --overwrite python@3.11
brew upgrade freetype
pip3 install dmgbuild
echo /Library/Frameworks/Python.framework/Versions/3.11/bin >> $GITHUB_PATH