Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jan 21, 2025
1 parent 2dce5fa commit 67cf61a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,13 @@ jobs:

test:
name: test / ${{ matrix.name }}
runs-on: [ubuntu-latest, ubuntu-22.04-arm]
runs-on: ${{ matrix.os }}

strategy:
matrix:
os:
- ubuntu-latest
- ubuntu-22.04-arm
include:
- name: stable
rust: stable
Expand Down

0 comments on commit 67cf61a

Please sign in to comment.