From 25c12be8c1478ed1beee441a53ceb453abe260fd Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Lizano Date: Fri, 27 Jun 2025 09:20:41 +0200 Subject: [PATCH] Remove deprecated windows-2019 runner (#148) Signed-off-by: Raul Sanchez-Mateos (cherry picked from commit d0008a6782798451a11b6e1ea896387fc63e8066) --- .github/workflows/reusable-workflow.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/reusable-workflow.yml b/.github/workflows/reusable-workflow.yml index fada303c1..7601f9e03 100644 --- a/.github/workflows/reusable-workflow.yml +++ b/.github/workflows/reusable-workflow.yml @@ -1,7 +1,7 @@ # Reusable workflow to run the following jobs: # # - windows-multiplatform-tests -# - [ windows-2019 | windows-2022 ] +# - [ windows-2022 ] # - [ Debug | Release ] # - execute tests in different versions of windows with different build types # @@ -88,7 +88,6 @@ jobs: - Release - Debug os: - - windows-2019 - windows-2022 env: workspace_dependencies: 'install'