Skip to content

Commit

Permalink
Merge dab9385 into aac1844
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jan 31, 2022
2 parents aac1844 + dab9385 commit ae5dec3
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 ae5dec3

Please sign in to comment.