Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/reusable-windows-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Reusable workflow to run the following jobs:
#
# - multiplatform-tests
# - [ windows-2019 | windows-2022 ]
# - [ windows-2022 ]
# - [ Debug | Release ]
# - execute tests in different versions of ubuntu with different build types
#
Expand Down Expand Up @@ -49,7 +49,6 @@ jobs:
fail-fast: false
matrix:
os:
- windows-2019
- windows-2022
uses: ./.github/workflows/reusable-workflow.yml
with:
Expand Down
Loading