From 235dc24e646e2d9af77b554d6203337b6298a978 Mon Sep 17 00:00:00 2001 From: apainintheneck Date: Wed, 27 Mar 2024 22:33:53 -0700 Subject: [PATCH] Revert "See if tests pass on Windowns CI" This reverts commit e4fdc800c210cdc60c4e765f39b892b78fadf4ee. This just doesn't work without rewriting path code to make it cross-platform and changing how integration tests work. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c14c0a..64f20d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: needs: docs strategy: matrix: - platform: ["ubuntu-latest", "macos-latest", "windows-latest"] + platform: ["ubuntu-latest", "macos-latest"] ruby: [3.0, 3.1, 3.2, 3.3] runs-on: ${{ matrix.platform }} steps: