summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-05-28 16:24:57 +0900
committerYuki Okushi <jtitor@2k36.org>2022-05-28 16:24:57 +0900
commitf94e9477dbf3c1168d14edd3a454990f1c266ece (patch)
tree8126387bb8b36cf07b8031995bb77403f4bfd004 /.github
parent178efa9ca99823977999169d9b7faefdfba8a386 (diff)
downloadrust-libc-f94e9477dbf3c1168d14edd3a454990f1c266ece.tar.gz
Upgrade Windows runners to windows-2022
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/bors.yml4
-rw-r--r--.github/workflows/main.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index f89a3cde71..e66eecd2f2 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -48,7 +48,7 @@ jobs:
windows:
name: Windows
- runs-on: windows-2019
+ runs-on: windows-2022
env:
OS: windows
strategy:
@@ -252,7 +252,7 @@ jobs:
build_channels_windows:
name: Build Channels Windows
- runs-on: windows-2019
+ runs-on: windows-2022
env:
OS: windows
strategy:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 135a82bcfa..8f4ab96d20 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -43,7 +43,7 @@ jobs:
windows:
name: Windows
- runs-on: windows-2019
+ runs-on: windows-2022
env:
OS: windows
strategy: