From fa37e3e1a02ec720f9dc7bfb5f15409b35b257a5 Mon Sep 17 00:00:00 2001 From: nzambello Date: Thu, 28 Apr 2022 15:20:22 +0200 Subject: [PATCH] ci: remove windows from tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb98ffe..7e5fbf9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node: ['12.x', '14.x', '16.x'] - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, macOS-latest] steps: - name: Checkout repo