From 1f7c87c675024b2cf2945ab91b684c16c47ecd27 Mon Sep 17 00:00:00 2001 From: Zeid Date: Thu, 11 Dec 2025 09:36:39 -0500 Subject: [PATCH] workflows: upgrade macOS runner (bug 2005515) --- .github/workflows/build.yml | 4 +--- .github/workflows/deploy-gui.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 163cde20a..4fac9c7a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -122,9 +122,7 @@ jobs: coveralls --service=github build-and-test-mac-gui: - # macos-13 is the latest runner (as of time of writing) that does not cause a - # _tkinter import error during the build. - runs-on: macos-13 + runs-on: macos-15 env: # We need the official Python, because the GA ones only support newer macOS versions # The deployment target is picked up by the Python build tools automatically diff --git a/.github/workflows/deploy-gui.yml b/.github/workflows/deploy-gui.yml index 808f22f56..03fc1b128 100644 --- a/.github/workflows/deploy-gui.yml +++ b/.github/workflows/deploy-gui.yml @@ -48,9 +48,7 @@ jobs: asset_content_type: application/gzip build-and-publish-mac-gui: - # macos-13 is the latest runner (as of time of writing) that does not cause a - # _tkinter import error during the build. - runs-on: macos-13 + runs-on: macos-15 env: # We need the official Python, because the GA ones only support newer macOS versions # The deployment target is picked up by the Python build tools automatically