Skip to content

Commit

Permalink
ci: add linux-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeromos Kovács committed Jan 25, 2025
1 parent a6aa7a8 commit d824bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-latest, ubuntu-latest, ubuntu-24.04-arm, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d824bcc

Please sign in to comment.