Skip to content

Commit

Permalink
Use free arm runner (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair authored Jan 18, 2025
1 parent 3b6c259 commit 388346a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- linux: py312
- linux: py310-oldestdeps
- linux: py312
runs-on: arm
runs-on: ubuntu-24.04-arm
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
- cp3{10,11,12,13}-macosx_arm64
- cp3{10,11,12,13}-win_amd64
- target: cp3{10,11,12,13}-manylinux_aarch64
runs-on: arm
runs-on: ubuntu-24.04-arm
secrets:
pypi_token: ${{ secrets.pypi_token }}

Expand Down

0 comments on commit 388346a

Please sign in to comment.