Skip to content

Commit 96ef23c

Browse files
committed
Try native ubuntu-24.04-arm
1 parent 595d663 commit 96ef23c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
os: [ubuntu-latest, macos-latest]
22+
os: [ubuntu-latest, macos-latest, ubuntu-22.04-arm]
2323
python:
2424
- "cp38"
2525
- "cp39"
@@ -33,8 +33,14 @@ jobs:
3333
exclude:
3434
- os: ubuntu-latest
3535
cibw_arch: universal2
36+
- os: ubuntu-latest
37+
cibw_arch: aarch64
3638
- os: macos-latest
3739
cibw_arch: aarch64
40+
- os: ubuntu-22.04-arm
41+
cibw_arch: x86_64
42+
- os: ubuntu-22.04-arm
43+
cibw_arch: universal2
3844

3945
defaults:
4046
run:
@@ -49,12 +55,6 @@ jobs:
4955
fetch-depth: 50
5056
submodules: true
5157

52-
- name: Set up QEMU
53-
if: matrix.os == 'ubuntu-latest' && matrix.cibw_arch == 'aarch64'
54-
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
55-
with:
56-
platforms: arm64
57-
5858
- name: Install macOS deps
5959
if: startsWith(matrix.os, 'macos')
6060
run: |

0 commit comments

Comments
 (0)