Skip to content

Commit edc1452

Browse files
Merge pull request #874 from PowerGridModel/linux-arm64-build
Use Linux arm64 instance to build Python linux aarch64
2 parents 349a000 + 8d0996b commit edc1452

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
os: ubuntu-24.04
189189
cibw_build: "*_x86_64"
190190
- platform: linux-aarch64
191-
os: ubuntu-24.04
191+
os: ubuntu-24.04-arm
192192
cibw_build: "*_aarch64"
193193
- platform: macos
194194
os: macos-14
@@ -208,10 +208,6 @@ jobs:
208208
name: version
209209
path: .
210210

211-
- name: Set up QEMU
212-
if: matrix.os == 'ubuntu-24.04'
213-
uses: docker/setup-qemu-action@v3
214-
215211
- name: Set up XCode
216212
if: matrix.os == 'macos-14'
217213
uses: maxim-lobanov/setup-xcode@v1

0 commit comments

Comments
 (0)