Skip to content

Commit 89c1650

Browse files
authored
Remove deprecated windows-2019 runner (#138)
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent 46cda1b commit 89c1650

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
# - multiplatform-tests
4-
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
4+
# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2022 ]
55
# - [ Debug | Release ]
66
# - execute tests in different versions of ubuntu with different build types
77
#
@@ -85,7 +85,6 @@ jobs:
8585
os:
8686
- ubuntu-22.04
8787
- ubuntu-24.04
88-
- windows-2019
8988
- windows-2022
9089

9190
steps:

0 commit comments

Comments
 (0)