From 01931b5e2015139fe447e6b98badf40acfe033e3 Mon Sep 17 00:00:00 2001 From: Jakub Sliacan Date: Tue, 5 Dec 2023 10:34:39 +0100 Subject: [PATCH] gha: remove windows-2019 from installer matrix 2019 installer is not needed and each entry of the matrix triggers a separate e2e workflow. So it is good to only have a 1x1 matrix. --- .github/workflows/windows-installer.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml index 41803af5b6..000aee873a 100644 --- a/.github/workflows/windows-installer.yml +++ b/.github/workflows/windows-installer.yml @@ -11,7 +11,6 @@ jobs: fail-fast: false matrix: os: - - windows-2019 - windows-2022 go: - '1.20'