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

jiayuliu 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 1f07735  bump .github/workflows/miri.yaml (#875)
1f07735 is described below

commit 1f07735ef8f0993fc13f5ee7506f67668cd7ce29
Author: Jiayu Liu <[email protected]>
AuthorDate: Wed Oct 27 23:00:55 2021 +0800

    bump .github/workflows/miri.yaml (#875)
---
 .github/workflows/miri.yaml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/miri.yaml b/.github/workflows/miri.yaml
index 136b0e1..30826f3 100644
--- a/.github/workflows/miri.yaml
+++ b/.github/workflows/miri.yaml
@@ -23,14 +23,13 @@ on:
   pull_request:
 
 jobs:
-
   miri-checks:
     name: MIRI
     runs-on: ubuntu-latest
     strategy:
       matrix:
         arch: [amd64]
-        rust: [nightly-2021-07-04]
+        rust: [nightly-2021-10-23]
     steps:
       - uses: actions/checkout@v2
         with:
@@ -50,7 +49,7 @@ jobs:
       - name: Run Miri Checks
         env:
           RUST_BACKTRACE: full
-          RUST_LOG: 'trace'
+          RUST_LOG: "trace"
         run: |
           export MIRIFLAGS="-Zmiri-disable-isolation"
           cargo miri setup

Reply via email to