Skip to content

Commit 2db2c16

Browse files
committed
use macos-15 image
1 parent 52ba000 commit 2db2c16

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,12 @@ jobs:
122122
coveralls --service=github
123123
124124
build-and-test-mac-gui:
125-
# macos-13 is the latest runner (as of time of writing) that does not cause a
126-
# _tkinter import error during the build.
127-
runs-on: macos-13
125+
runs-on: macos-15
128126
env:
129127
# We need the official Python, because the GA ones only support newer macOS versions
130128
# The deployment target is picked up by the Python build tools automatically
131-
PYTHON_VERSION: 3.12.4
132-
MACOSX_DEPLOYMENT_TARGET: 10.13
129+
PYTHON_VERSION: 3.13.9
130+
MACOSX_DEPLOYMENT_TARGET: 10.15
133131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
134132
steps:
135133
- uses: actions/checkout@v4
@@ -147,7 +145,7 @@ jobs:
147145
run: |
148146
source env/bin/activate
149147
python -m pip install --upgrade pip
150-
python -m pip install -r requirements/requirements-3.12-macOS.txt
148+
python -m pip install -r requirements/requirements-3.13-macOS.txt
151149
python -m pip install -e .
152150
- name: Build
153151
run: |

0 commit comments

Comments
 (0)