Skip to content

Commit 745198b

Browse files
authored
fix(ci): drop retired macos-13 runner and skip cp39/pp39 in wheel matrix (#1693)
1 parent 9b24b53 commit 745198b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ jobs:
195195
ubuntu-24.04-arm,
196196
ubuntu-latest,
197197
windows-latest,
198-
macos-13,
199198
macos-latest,
200199
]
201200
qemu: [""]
@@ -316,8 +315,9 @@ jobs:
316315
uses: pypa/cibuildwheel@8d2b08b68458a16aeb24b64e68a09ab1c8e82084 # v3.4.1
317316
# to supply options, put them in 'env', like:
318317
env:
319-
CIBW_SKIP: cp36-* cp37-* pp36-* pp37-* pp38-* cp38-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
318+
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* pp36-* pp37-* pp38-* pp39-* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
320319
CIBW_BEFORE_ALL_LINUX: apt install -y gcc || yum install -y gcc || apk add gcc
320+
CIBW_ARCHS_MACOS: "x86_64 arm64"
321321
REQUIRE_CYTHON: 1
322322

323323
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v4

0 commit comments

Comments
 (0)