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.
2 parents 0996d38 + a6165de commit 658f789Copy full SHA for 658f789
.github/workflows/build.yml
@@ -18,7 +18,7 @@ env:
18
19
jobs:
20
build-windows:
21
- runs-on: windows-latest
+ runs-on: windows-2019
22
23
strategy:
24
fail-fast: false
@@ -168,7 +168,7 @@ jobs:
168
# ==============================================================================
169
170
clang-tidy:
171
172
173
174
@@ -224,7 +224,7 @@ jobs:
224
fixesFile: clang-tidy-fixes.yml
225
226
clang-format:
227
228
229
steps:
230
- name: Setup Clang
0 commit comments