Skip to content

Commit

Permalink
Try arm runners for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dansondergaard committed Feb 13, 2025
1 parent a4a4d35 commit 57465eb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,12 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04-arm
name: Build and push docs
steps:
- name: git-checkout
uses: actions/checkout@v3

- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.10"

- uses: prefix-dev/setup-pixi@v0.8.0
with:
pixi-version: v0.41.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04-arm
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ concurrency:

jobs:
test:
runs-on: ${{ matrix.os }}
runs-on: ubuntu-24.04-arm
timeout-minutes: 15
strategy:
fail-fast: false
fail-fast: true
matrix:
os: ["ubuntu-latest"]
python_version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]

steps:
Expand Down

0 comments on commit 57465eb

Please sign in to comment.