From d695b4aa265d3b22bdcb8ad0f36029d2f8c92df5 Mon Sep 17 00:00:00 2001 From: Steffen Butzer Date: Sun, 22 Sep 2024 00:31:20 +0200 Subject: [PATCH] run full ci again --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0dd6d47..dc2bb01 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} - cancel-in-progress: false + cancel-in-progress: true env: CARGO_INCREMENTAL: 0 @@ -16,7 +16,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [windows-2022] # , windows-2019 + os: [windows-2022, windows-2019] target: [x86_64-pc-windows-msvc, i686-pc-windows-msvc, x86_64-pc-windows-gnu] channel: [nightly]