Skip to content

Commit f70d55b

Browse files
committed
Auto merge of #2806 - JohnTitor:windows-2022, r=Amanieu
Upgrade Windows runners to windows-2022
2 parents a516031 + f94e947 commit f70d55b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bors.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
windows:
5050
name: Windows
51-
runs-on: windows-2019
51+
runs-on: windows-2022
5252
env:
5353
OS: windows
5454
strategy:
@@ -252,7 +252,7 @@ jobs:
252252

253253
build_channels_windows:
254254
name: Build Channels Windows
255-
runs-on: windows-2019
255+
runs-on: windows-2022
256256
env:
257257
OS: windows
258258
strategy:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
windows:
4545
name: Windows
46-
runs-on: windows-2019
46+
runs-on: windows-2022
4747
env:
4848
OS: windows
4949
strategy:

0 commit comments

Comments
 (0)