From b345fe6be08f5d1d534f0560c8b6e8390c3a3761 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sun, 16 Jul 2023 23:59:48 +0200 Subject: [PATCH] Update .gitea/workflows/matrix.yml --- .gitea/workflows/matrix.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/matrix.yml b/.gitea/workflows/matrix.yml index 1ba723a..55024da 100644 --- a/.gitea/workflows/matrix.yml +++ b/.gitea/workflows/matrix.yml @@ -17,7 +17,11 @@ jobs: # Like include it is also possible to exclude combinations. exclude: - node-version: 12 - - supported-os: windows-latest + supported-os: windows-latest + - node-version: 14 + supported-os: windows-latest + - node-version: 16 + supported-os: windows-latest # Uses the defined supported-os variable from above depending on which of the 6 builds the runner gets runs-on: ${{ matrix.supported-os }} steps: