From c6b5c099076a4587a69505ec16f334a9fa540c29 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 16 Apr 2026 17:24:16 +0400 Subject: [PATCH] Try to remove 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 c83fab6..c2afa0a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: nim: [2.2.8] - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] steps: - name: Checkout uses: actions/checkout@v4