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 dfddec1 commit 23d215bCopy full SHA for 23d215b
.github/workflows/build.yml
@@ -27,7 +27,10 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
30
- os: [ubuntu-latest, windows-latest]
+ os: [
31
+ ubuntu-latest,
32
+# windows-latest - Disabled due to https://github.com/quarkiverse/quarkus-openapi-generator/pull/836#issuecomment-2457329495
33
+ ]
34
java: [
35
{ 'version': '17' },
36
{ 'version': '21' }
@@ -53,7 +56,10 @@ jobs:
53
56
54
57
55
58
59
60
61
62
63
64
65
0 commit comments