You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/09/10 17:17:01 UTC

[arrow-rs] branch master updated: Use latest nightly in CI to Fix CI for SIMD (#767)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 2f78c7a  Use latest nightly in CI to Fix CI for SIMD  (#767)
2f78c7a is described below

commit 2f78c7abb30589bdd05d9d7caecb2edbbfae3066
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Fri Sep 10 18:16:55 2021 +0100

    Use latest nightly in CI to Fix CI for SIMD  (#767)
    
    * Fixed CI for SIMD
    
    * Updated nightly for wasm
---
 .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 2014fae..67e164b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -131,7 +131,7 @@ jobs:
     strategy:
       matrix:
         arch: [amd64]
-        rust: [nightly-2021-07-04]
+        rust: [nightly]
     container:
       image: ${{ matrix.arch }}/rust
       env:
@@ -302,7 +302,7 @@ jobs:
     strategy:
       matrix:
         arch: [amd64]
-        rust: [nightly-2021-07-04]
+        rust: [nightly]
     container:
       image: ${{ matrix.arch }}/rust
       env: