Skip to content

Commit

Permalink
run actions on arm, since that's what we're targeting
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Jan 29, 2025
1 parent 01cde6d commit 901fda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
4 changes: 2 additions & 2 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,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-24.04-arm"]
arch_linux: ["aarch64"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 901fda2

Please sign in to comment.