Skip to content

Commit

Permalink
Merge pull request #874 from PowerGridModel/linux-arm64-build
Browse files Browse the repository at this point in the history
Use Linux arm64 instance to build Python linux aarch64
  • Loading branch information
TonyXiang8787 authored Jan 20, 2025
2 parents 349a000 + 8d0996b commit edc1452
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ jobs:
os: ubuntu-24.04
cibw_build: "*_x86_64"
- platform: linux-aarch64
os: ubuntu-24.04
os: ubuntu-24.04-arm
cibw_build: "*_aarch64"
- platform: macos
os: macos-14
Expand All @@ -208,10 +208,6 @@ jobs:
name: version
path: .

- name: Set up QEMU
if: matrix.os == 'ubuntu-24.04'
uses: docker/setup-qemu-action@v3

- name: Set up XCode
if: matrix.os == 'macos-14'
uses: maxim-lobanov/setup-xcode@v1
Expand Down

0 comments on commit edc1452

Please sign in to comment.