Skip to content

Commit 5422754

Browse files
committed
change arm target to arm in workflow
1 parent dbd5ffc commit 5422754

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
target: x86_64-pc-windows-msvc
2828
test: true
2929

30-
- os: ubuntu-latest
30+
- os: ubuntu-latest-arm
3131
channel: stable
3232
target: aarch64-unknown-linux-gnu
33-
test: false
33+
test: true
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)