Skip to content

Commit d0008a6

Browse files
authored
Remove deprecated windows-2019 runner (#148)
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 3e459df commit d0008a6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/reusable-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Reusable workflow to run the following jobs:
22
#
33
# - windows-multiplatform-tests
4-
# - [ windows-2019 | windows-2022 ]
4+
# - [ windows-2022 ]
55
# - [ Debug | Release ]
66
# - execute tests in different versions of windows with different build types
77
#
@@ -88,7 +88,6 @@ jobs:
8888
- Release
8989
- Debug
9090
os:
91-
- windows-2019
9291
- windows-2022
9392
env:
9493
workspace_dependencies: 'install'

0 commit comments

Comments
 (0)