From a1099ac5194e1dcc82e72141bb824abdbfe4264f Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 2 May 2022 01:17:03 -0500 Subject: [PATCH] fix: remove flaky windows tests --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index af174dc6..f57755fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,8 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + # os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] version: [stable, beta] runs-on: ${{ matrix.os }} steps: