WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 0e2e923

Browse files
authored
workflows: fix macOS gui builds to match test runner (bug 1902706) (#1733)
- update Python version to 3.12.4 - fix macOS runner version to 13
1 parent 4bcb677 commit 0e2e923

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-gui.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ jobs:
5353
asset_content_type: application/gzip
5454

5555
build-and-publish-mac-gui:
56-
runs-on: macos-latest
56+
# macos-13 is the latest runner (as of time of writing) that does not cause a
57+
# _tkinter import error during the build.
58+
runs-on: macos-13
5759
env:
5860
# We need the official Python, because the GA ones only support newer macOS versions
5961
# The deployment target is picked up by the Python build tools automatically
60-
PYTHON_VERSION: 3.11.1
62+
PYTHON_VERSION: 3.12.4
6163
MACOSX_DEPLOYMENT_TARGET: 10.13
6264
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6365
steps:

0 commit comments

Comments
 (0)