From 3aaaa58baca0bf40a228e3d755e453497cf405f9 Mon Sep 17 00:00:00 2001 From: RodrigoTomeES Date: Sun, 5 Nov 2023 20:05:37 +0100 Subject: [PATCH] ci: added to matrix windows and macos --- .github/workflows/test.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 71a9b9e..7f7309c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,13 +9,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - OS: [ubuntu-latest] + OS: [ubuntu-latest, macos-latest, windows-latest] NODE_VERSION: [18, 20] - include: - - os: macos-latest - NODE_VERSION: 20 - - os: windows-latest - NODE_VERSION: 20 fail-fast: false env: NODE_VERSION: ${{ matrix.NODE_VERSION }}