Skip to content

Commit

Permalink
actions: add Linux arm64 runner to tests (#1696)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 authored Jan 18, 2025
1 parent 1478684 commit 57480f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, macos-14, macos-13, windows-latest]
runner: [ubuntu-latest, ubuntu-24.04-arm, macos-14, macos-13, windows-latest]

steps:
- name: Checkout repository
Expand Down

0 comments on commit 57480f7

Please sign in to comment.