Skip to content

Commit

Permalink
Auto merge of #2806 - JohnTitor:windows-2022, r=Amanieu
Browse files Browse the repository at this point in the history
Upgrade Windows runners to windows-2022
  • Loading branch information
bors committed May 31, 2022
2 parents a516031 + f94e947 commit f70d55b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

windows:
name: Windows
runs-on: windows-2019
runs-on: windows-2022
env:
OS: windows
strategy:
Expand Down Expand Up @@ -252,7 +252,7 @@ jobs:

build_channels_windows:
name: Build Channels Windows
runs-on: windows-2019
runs-on: windows-2022
env:
OS: windows
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

windows:
name: Windows
runs-on: windows-2019
runs-on: windows-2022
env:
OS: windows
strategy:
Expand Down

0 comments on commit f70d55b

Please sign in to comment.