Skip to content

Commit

Permalink
Try out GitHub's new Linux arm64 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 16, 2025
1 parent c9331d4 commit 584887d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
fail-fast: false

test-options:
Expand Down Expand Up @@ -69,7 +71,9 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
fail-fast: false

test-plugins:
Expand Down Expand Up @@ -105,7 +109,9 @@ jobs:
matrix:
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
fail-fast: false

test-plugins-latest:
Expand Down Expand Up @@ -152,5 +158,7 @@ jobs:
- x86_64
os:
- ubuntu-22.04
- ubuntu-22.04-arm
- ubuntu-24.04
- ubuntu-24.04-arm
fail-fast: false

0 comments on commit 584887d

Please sign in to comment.