Skip to content

Commit

Permalink
Revert "Pin WASM / packed SIMD tests to nightly-2022-01-17 (#1204)" (#…
Browse files Browse the repository at this point in the history
…1251)

This reverts commit d68c4ae.
  • Loading branch information
alamb committed Feb 1, 2022
1 parent 90b7969 commit c066a6c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
rust: [nightly-2022-01-17]
rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down Expand Up @@ -346,8 +345,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
# pin nightly until https://github.com/rust-lang/packed_simd/pull/341 is resolved
rust: [nightly-2022-01-17]
rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
Expand Down

0 comments on commit c066a6c

Please sign in to comment.