Skip to content

Commit d0639b8

Browse files
authored
ci: update musllinux and macOS matrix
1 parent b5e13bd commit d0639b8

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ jobs:
110110
name: wheels-musllinux-${{ matrix.platform.target }}
111111
path: dist
112112
- name: pytest
113-
if: ${{ matrix.platform.target == 'x86_64' }}
113+
if: ${{ matrix.platform.target != 'x86' }}
114114
uses: uraimo/run-on-arch-action@v2
115115
env:
116116
PYO3_USE_ABI3_FORWARD_COMPATIBILITY: 1
117117
with:
118-
arch: x86_64
118+
arch: ${{ matrix.platform.target }}
119119
distro: alpine_latest
120120
githubToken: ${{ github.token }}
121121
install: |
@@ -172,8 +172,6 @@ jobs:
172172
strategy:
173173
matrix:
174174
platform:
175-
- runner: macos-13
176-
target: x86_64
177175
- runner: macos-14
178176
target: aarch64
179177
steps:

0 commit comments

Comments
 (0)