Skip to content

Commit

Permalink
CI: unpin zeroize nightly for aarch64 testing (#754)
Browse files Browse the repository at this point in the history
It was pinned due to issues around `aarch64_target_feature`
stabilization, but those have been resolved upstream.
  • Loading branch information
tarcieri authored Mar 26, 2022
1 parent 66c891d commit 7241c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/zeroize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: zeroize
on:
pull_request:
paths:
- ".github/workflows/zeroize.yml"
- "zeroize/**"
- "Cargo.*"
push:
Expand Down Expand Up @@ -72,7 +73,7 @@ jobs:
matrix:
include:
- target: aarch64-unknown-linux-gnu
rust: nightly-2022-03-01
rust: nightly
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 7241c0f

Please sign in to comment.