This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch active_release
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
The following commit(s) were added to refs/heads/active_release by this push:
new 391be40 Use latest nightly in CI to Fix CI for SIMD (#767) (#768)
391be40 is described below
commit 391be40119b01384e59c100f5519eca572b2e12a
Author: Andrew Lamb <[email protected]>
AuthorDate: Fri Sep 10 13:44:05 2021 -0400
Use latest nightly in CI to Fix CI for SIMD (#767) (#768)
* Fixed CI for SIMD
* Updated nightly for wasm
Co-authored-by: Jorge Leitao <[email protected]>
---
.github/workflows/rust.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 5579072..e1951a1 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -126,7 +126,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly-2021-07-04]
+ rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env:
@@ -297,7 +297,7 @@ jobs:
strategy:
matrix:
arch: [amd64]
- rust: [nightly-2021-07-04]
+ rust: [nightly]
container:
image: ${{ matrix.arch }}/rust
env: