Skip to content

Commit

Permalink
Expand test matrix to aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jan 18, 2025
1 parent 57931c3 commit a238bef
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand All @@ -37,10 +37,15 @@ jobs:

build:
name: Build and test
runs-on: ubuntu-latest
strategy:
matrix:
rust-version: [ stable ]
rust-version:
- stable
- beta
runner:
- "ubuntu-24.04"
- "ubuntu-24.04-arm"
runs-on: ${{ matrix.runner }}

services:
rabbitmq:
Expand All @@ -51,7 +56,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup Rust
- name: Set up Rust toolchain
uses: dtolnay/rust-toolchain@stable
with:
toolchain: ${{ matrix.rust-version }}
Expand Down

0 comments on commit a238bef

Please sign in to comment.