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 e456a56 commit a24fa64Copy full SHA for a24fa64
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
build:
18
strategy:
19
matrix:
20
- os: [ubuntu-24.04, windows-2022]
+ os: [ubuntu-24.04, windows-2025]
21
runs-on: ${{ matrix.os }}
22
permissions:
23
actions: write
@@ -107,7 +107,7 @@ jobs:
107
junit:
108
109
110
- os: [ ubuntu-24.04, windows-2022 ]
+ os: [ ubuntu-24.04, windows-2025 ]
111
112
needs:
113
- build
@@ -130,7 +130,7 @@ jobs:
130
kover:
131
132
133
134
135
136
0 commit comments