From 21679e5ce01bbc6bc0dce3119243573fb259ffb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Uhl=C3=AD=C5=99?= Date: Mon, 12 May 2025 16:07:19 +0200 Subject: [PATCH] ci: remove windows platform testing --- .github/workflows/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6ef9451..df63619 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,10 +24,9 @@ jobs: tests: strategy: matrix: - os: ['ubuntu-latest', 'windows-latest'] node_version: [lts/-1, lts/*, latest] fail-fast: false - runs-on: ${{ matrix.os }} + runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4