From 2ed2e6d62f425389f8e597e2ef267a9f4b259883 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adri=C3=A1n=20Arroyo=20Calle?= Date: Sat, 16 Jan 2021 22:00:05 +0100 Subject: [PATCH] Disable Windows --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c9567cb9..07af5629 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macos-11.0] + os: [ubuntu-20.04, macos-11.0] rust-version: [stable, beta] steps: - name: Checkout sources -- 2.54.0