Skip to content

Commit

Permalink
Add arm linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmorley authored Jan 21, 2025
1 parent c594a3a commit 33199e3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
matrix:
runner:
# Release already exercises a build, so this only needs to worry about testable targets
- ubuntu-latest # x86_64-unknown-linux-gnu
- macos-13 # x86_64-apple-darwin
- macos-latest # aarch64-apple-darwin
- windows-latest # x86_64-pc-windows-msvc
- ubuntu-24.04 # x86_64-unknown-linux-gnu
- ubuntu-24.04-arm # aarch64-unknown-linux-gnu
- macos-13 # x86_64-apple-darwin
- macos-latest # aarch64-apple-darwin
- windows-latest # x86_64-pc-windows-msvc
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand All @@ -32,9 +33,10 @@ jobs:
strategy:
matrix:
runner:
- ubuntu-latest # x86_64-linux
- macos-13 # x86_64-darwin
- macos-latest # aarch64-darwin
- ubuntu-24.04 # x86_64-linux
- ubuntu-24.04-arm # aarch64-linux
- macos-13 # x86_64-darwin
- macos-latest # aarch64-darwin
runs-on: ${{ matrix.runner }}
steps:
- name: Checkout
Expand All @@ -49,4 +51,4 @@ jobs:
needs: [cargo, nix]
runs-on: ubuntu-latest
steps:
- run: echo "Verified!"
- run: echo "Verified!"

0 comments on commit 33199e3

Please sign in to comment.