Browse Source

ci: use windows-2022

Baptiste Augrain 2 weeks ago
parent
commit
acf298a9c2
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/insider-windows.yml
  2. 1 1
      .github/workflows/stable-windows.yml

+ 1 - 1
.github/workflows/insider-windows.yml

@@ -272,7 +272,7 @@ jobs:
 
   winget:
     needs: build
-    runs-on: windows-latest
+    runs-on: windows-2022
     defaults:
       run:
         shell: bash

+ 1 - 1
.github/workflows/stable-windows.yml

@@ -270,7 +270,7 @@ jobs:
 
   winget:
     needs: build
-    runs-on: windows-latest
+    runs-on: windows-2022
     defaults:
       run:
         shell: bash