From 32a860113695bd2170259bab65de0b13c5b3122e Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Wed, 25 Jun 2025 11:16:53 +0200 Subject: [PATCH] Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos --- .github/workflows/reusable-windows-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-windows-ci.yml b/.github/workflows/reusable-windows-ci.yml index 6c640c148..ca8926619 100644 --- a/.github/workflows/reusable-windows-ci.yml +++ b/.github/workflows/reusable-windows-ci.yml @@ -1,7 +1,7 @@ # Reusable workflow to run the following jobs: # # - multiplatform-tests -# - [ windows-2019 | windows-2022 ] +# - [ windows-2022 ] # - [ Debug | Release ] # - execute tests in different versions of ubuntu with different build types # @@ -49,7 +49,6 @@ jobs: fail-fast: false matrix: os: - - windows-2019 - windows-2022 uses: ./.github/workflows/reusable-workflow.yml with: