Kaynağa Gözat

CI: upgrade Windows runner

Benoit Blanchon 8 ay önce
ebeveyn
işleme
c07744dc0d
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      .github/workflows/ci.yml

+ 3 - 3
.github/workflows/ci.yml

@@ -179,19 +179,19 @@ jobs:
 
 
   conf_test_windows:
   conf_test_windows:
     name: Test configuration on Windows
     name: Test configuration on Windows
-    runs-on: windows-2019
+    runs-on: windows-2022
     needs: [gcc, clang]
     needs: [gcc, clang]
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/checkout@v4
         uses: actions/checkout@v4
       - name: 32-bit
       - name: 32-bit
         run: |
         run: |
-          call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
+          call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
           cl /Isrc extras/conf_test/x86.cpp
           cl /Isrc extras/conf_test/x86.cpp
         shell: cmd
         shell: cmd
       - name: 64-bit
       - name: 64-bit
         run: |
         run: |
-          call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
+          call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
           cl /Isrc extras/conf_test/x64.cpp
           cl /Isrc extras/conf_test/x64.cpp
         shell: cmd
         shell: cmd