From df3133ba42795219dc19ffcfeebb7ed4d60034e6 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Thu, 23 Sep 2021 21:39:39 +0200 Subject: [PATCH] Fix GitHub Actions workflow --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index becea9a73..ba1677e5b 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -146,7 +146,7 @@ jobs: test: name: Run test suite with Rust ${{ matrix.toolchain }} needs: [rustfmt, clippy, fetch] - runs-on: ${{ matrix.os.runner }} + runs-on: ubuntu-latest continue-on-error: "${{ matrix.toolchain == 'beta' || matrix.toolchain == 'nightly' }}"