Skip to content

Commit 658f789

Browse files
authored
Merge pull request #18 from apple1417/master
downgrade windows version used in ci
2 parents 0996d38 + a6165de commit 658f789

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818

1919
jobs:
2020
build-windows:
21-
runs-on: windows-latest
21+
runs-on: windows-2019
2222

2323
strategy:
2424
fail-fast: false
@@ -168,7 +168,7 @@ jobs:
168168
# ==============================================================================
169169

170170
clang-tidy:
171-
runs-on: windows-latest
171+
runs-on: windows-2019
172172

173173
strategy:
174174
fail-fast: false
@@ -224,7 +224,7 @@ jobs:
224224
fixesFile: clang-tidy-fixes.yml
225225

226226
clang-format:
227-
runs-on: windows-latest
227+
runs-on: windows-2019
228228

229229
steps:
230230
- name: Setup Clang

0 commit comments

Comments
 (0)