Skip to content

Commit bb43b0b

Browse files
committed
Try using native ARM runner
Signed-off-by: Darby Johnston <[email protected]>
1 parent e18bb76 commit bb43b0b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -171,17 +171,13 @@ jobs:
171171
runs-on: ${{ matrix.os }}
172172
strategy:
173173
matrix:
174-
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
174+
os: [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' }
178178
steps:
179179
- uses: actions/checkout@v4
180180

181-
- name: Set up QEMU
182-
if: runner.os == 'Linux'
183-
uses: docker/setup-qemu-action@v3
184-
185181
- name: Build wheels (Python 3)
186182
uses: pypa/[email protected]
187183
with:

0 commit comments

Comments
 (0)