Skip to content

Commit

Permalink
run CI on arm, since we target arm
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Feb 4, 2025
1 parent 101a796 commit 7a57c78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: ["ubuntu-latest"]
platform: ["ubuntu-24.04-arm"]
python-version: ["3.11", "3.12", "3.13"]

runs-on: ${{ matrix.platform }}
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
build_sdist:
name: Build SDist
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -42,19 +42,14 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-24.04-arm"]
arch_linux: ["aarch64"]
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: all

- uses: pypa/[email protected]
env:
CIBW_ARCHS_LINUX: ${{ matrix.arch_linux }}
Expand Down

0 comments on commit 7a57c78

Please sign in to comment.