Skip to content

Commit

Permalink
macOS 12 runner image will be removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kif authored Oct 16, 2024
1 parent 3f3a2c7 commit e45af9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
cibw_archs: "ppc64le"
- os: windows-2019
cibw_archs: "auto64"
- os: macos-12
- os: macos-13
cibw_archs: "x86_64"
macos_target: "11.0"
- os: macos-14
Expand All @@ -111,7 +111,7 @@ jobs:
# Use silx wheelhouse: needed for ppc64le
CIBW_ENVIRONMENT_LINUX: "PIP_FIND_LINKS=https://www.silx.org/pub/wheelhouse/ PIP_TRUSTED_HOST=www.silx.org"
CIBW_BUILD_VERBOSITY: 1
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-*
CIBW_BUILD: cp38-* cp39-* cp310-* cp311-* cp312-* cp313-*
# Do not build for pypy and muslinux
CIBW_SKIP: pp* *-musllinux_*
CIBW_ARCHS: ${{ matrix.cibw_archs }}
Expand Down

0 comments on commit e45af9f

Please sign in to comment.