Skip to content

Commit fe86ca6

Browse files
committed
Update MacOS runner to macos-11.
The older runner is no longer available.
1 parent 1a59d17 commit fe86ca6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ jobs:
253253
254254
build-macos:
255255
needs: [black, isort, flake8, mypy]
256-
runs-on: "macos-10.15"
256+
runs-on: "macos-11"
257257
strategy:
258258
fail-fast: true
259259
matrix:
@@ -274,7 +274,7 @@ jobs:
274274
# Downloads SDL2 for the later step.
275275
run: python3 setup.py check
276276
- name: Build wheels
277-
uses: pypa/cibuildwheel@v2.0.0a4
277+
uses: pypa/cibuildwheel@v2.12.3
278278
env:
279279
CIBW_BUILD: ${{ matrix.python }}
280280
CIBW_ARCHS_MACOS: x86_64 arm64 universal2

0 commit comments

Comments
 (0)