Skip to content

Commit

Permalink
ci: Add ubuntu-24.04-arm to the check matrix
Browse files Browse the repository at this point in the history
Fixes #2401
  • Loading branch information
larseggert committed Feb 2, 2025
1 parent 63506c5 commit 0659bf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# TODO: Switch to ubuntu-latest-arm when available as a tag.
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest, windows-latest]
rust-toolchain: ${{ fromJSON(needs.toolchains.outputs.toolchains) }}
type: [debug]
include:
Expand Down

0 comments on commit 0659bf2

Please sign in to comment.