We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cda1b commit 89c1650Copy full SHA for 89c1650
1 file changed
.github/workflows/reusable-workflow.yml
@@ -1,7 +1,7 @@
1
# Reusable workflow to run the following jobs:
2
#
3
# - multiplatform-tests
4
-# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2019 | windows-2022 ]
+# - [ ubuntu-22.04 | ubuntu-24.04 | windows-2022 ]
5
# - [ Debug | Release ]
6
# - execute tests in different versions of ubuntu with different build types
7
@@ -85,7 +85,6 @@ jobs:
85
os:
86
- ubuntu-22.04
87
- ubuntu-24.04
88
- - windows-2019
89
- windows-2022
90
91
steps:
0 commit comments