From 4b0fd0770ebf80d36354a8f612dd3a3e18d63c11 Mon Sep 17 00:00:00 2001 From: BowTiedRadone Date: Sat, 28 Dec 2024 12:16:12 +0200 Subject: [PATCH] Temporarily disable CI on Windows This commit removes `windows-latest` from the `os` matrix. Until a fix for https://github.com/hirosystems/clarinet/issues/1634, `npm test` will fail on Windows. --- .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 bd6f937b..6343b628 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] node: [22, 20, 18] steps: