Skip to content

Commit 7294489

Browse files
committed
Set correct version on MacOS wheels
1 parent 40c0c86 commit 7294489

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,14 +273,15 @@ jobs:
273273
# Downloads SDL2 for the later step.
274274
run: python3 build_sdl.py
275275
- name: Build wheels
276-
uses: pypa/cibuildwheel@v2.12.3
276+
uses: pypa/cibuildwheel@v2.17.0
277277
env:
278278
CIBW_BUILD: ${{ matrix.python }}
279279
CIBW_ARCHS_MACOS: x86_64 arm64 universal2
280280
CIBW_BEFORE_BUILD_MACOS: pip install --upgrade delocate
281281
CIBW_BEFORE_TEST: pip install numpy
282282
CIBW_TEST_COMMAND: python -c "import tcod.context"
283283
CIBW_TEST_SKIP: "pp* *-macosx_arm64 *-macosx_universal2:arm64"
284+
MACOSX_DEPLOYMENT_TARGET: "10.11"
284285
- name: Archive wheel
285286
uses: actions/upload-artifact@v3
286287
with:

0 commit comments

Comments
 (0)