Skip to content

Commit 4424bea

Browse files
committed
Add 22.04 arm64 to the workflow matrix
1 parent f8d0c4b commit 4424bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test accelerated (aarch64, x86_64)
1111
strategy:
1212
matrix:
13-
os: [ubuntu-latest, ubuntu-24.04-arm, macos-latest]
13+
os: [ubuntu-latest, ubuntu-22.04-arm, ubuntu-24.04-arm, macos-latest]
1414
rust-toolchain:
1515
- "1.81" # minimum for this crate
1616
- "stable"

0 commit comments

Comments
 (0)