Skip to content

Commit 81217ff

Browse files
committed
Use ubuntu-latest and ubuntu-24.04-arm
Signed-off-by: Darby Johnston <[email protected]>
1 parent bb43b0b commit 81217ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ${{ matrix.os }}
172172
strategy:
173173
matrix:
174-
os: [ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
174+
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
175175
python-build: ['cp37', 'cp38', 'cp39', 'cp310', 'cp311', 'cp312']
176176
exclude:
177177
- { os: macos-latest, python-build: 'cp37' }
@@ -185,7 +185,6 @@ jobs:
185185
env:
186186
CIBW_BUILD: ${{ matrix.python-build }}*
187187
CIBW_SKIP: '*musllinux*'
188-
CIBW_ARCHS_LINUX: x86_64 aarch64
189188
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
190189
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
191190

0 commit comments

Comments
 (0)