Skip to content

Commit 83b9509

Browse files
committed
Remove stale setup-python step
1 parent 5fcaa93 commit 83b9509

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/build_desktop_macos.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,6 @@ jobs:
104104
rustup target add aarch64-apple-darwin
105105
rustup target add x86_64-apple-darwin
106106
107-
# M1 macos-14 comes without Python preinstalled
108-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
109-
with:
110-
python-version: "3.13"
111-
112107
# Install Quartz for DMG badges
113108
# https://github.com/electron-userland/electron-builder/issues/9511#issuecomment-3774092888
114109
- run: sudo pip3 install pyobjc-framework-Quartz

0 commit comments

Comments
 (0)