Skip to content

Commit 4db08a5

Browse files
authored
fix(ci): replace deprecated macos-13 runner with macos-14 (#178)
1 parent 51ab900 commit 4db08a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
windows-latest,
210210
ubuntu-24.04-arm,
211211
ubuntu-latest,
212-
macos-13,
212+
macos-14,
213213
macos-latest,
214214
]
215215
qemu: [""]
@@ -302,6 +302,7 @@ jobs:
302302
uses: pypa/cibuildwheel@v3.3.1
303303
env:
304304
CIBW_SKIP: cp36-* cp37-* cp38-* cp39-* cp310-* pp* ${{ matrix.musl == 'musllinux' && '*manylinux*' || '*musllinux*' }}
305+
CIBW_ARCHS_MACOS: ${{ matrix.os == 'macos-14' && 'x86_64' || 'auto' }}
305306
REQUIRE_EXTENSION: 1
306307

307308
- uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)