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