From 00df8264f87f9aec6bb2325c8d746f5ce7e563c6 Mon Sep 17 00:00:00 2001 From: valkyrie_pilot Date: Sun, 12 Mar 2023 18:44:09 -0600 Subject: [PATCH] Remove windows because it doesn't work yet --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 314b086..a4dd98a 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, macos-latest] rust-version: [stable, nightly] runs-on: ${{ matrix.os }} steps: