Skip to content

Commit 7241c0f

Browse files
authored
CI: unpin zeroize nightly for aarch64 testing (#754)
It was pinned due to issues around `aarch64_target_feature` stabilization, but those have been resolved upstream.
1 parent 66c891d commit 7241c0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/zeroize.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: zeroize
33
on:
44
pull_request:
55
paths:
6+
- ".github/workflows/zeroize.yml"
67
- "zeroize/**"
78
- "Cargo.*"
89
push:
@@ -72,7 +73,7 @@ jobs:
7273
matrix:
7374
include:
7475
- target: aarch64-unknown-linux-gnu
75-
rust: nightly-2022-03-01
76+
rust: nightly
7677
runs-on: ubuntu-latest
7778
steps:
7879
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)