From 16af28e2e977b26ea027dafc9f7bd364c441dfc1 Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Wed, 25 Jun 2025 11:04:48 +0200 Subject: [PATCH] Remove deprecated windows-2019 runner Signed-off-by: Raul Sanchez-Mateos --- .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'