We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fcaa93 commit 83b9509Copy full SHA for 83b9509
1 file changed
.github/workflows/build_desktop_macos.yaml
@@ -104,11 +104,6 @@ jobs:
104
rustup target add aarch64-apple-darwin
105
rustup target add x86_64-apple-darwin
106
107
- # M1 macos-14 comes without Python preinstalled
108
- - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
109
- with:
110
- python-version: "3.13"
111
-
112
# Install Quartz for DMG badges
113
# https://github.com/electron-userland/electron-builder/issues/9511#issuecomment-3774092888
114
- run: sudo pip3 install pyobjc-framework-Quartz
0 commit comments