Skip to content

Commit 77e5d54

Browse files
authored
Remove deprecated windows-2019 runner (#516)
Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent 7bfb4d1 commit 77e5d54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/reusable-windows-ci.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-
# - [ windows-2019 | windows-2022 ]
4+
# - [ windows-2022 ]
55
# - [ Debug | Release ]
66
# - execute tests in different versions of ubuntu with different build types
77
#
@@ -49,7 +49,6 @@ jobs:
4949
fail-fast: false
5050
matrix:
5151
os:
52-
- windows-2019
5352
- windows-2022
5453
uses: ./.github/workflows/reusable-workflow.yml
5554
with:

0 commit comments

Comments
 (0)