Explorar el Código

build system: avoid using windows-2016 (deprecated by GH)

Michele Caini hace 4 años
padre
commit
072ab88721
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      .github/workflows/build.yml

+ 1 - 7
.github/workflows/build.yml

@@ -84,20 +84,14 @@ jobs:
 
 
     strategy:
     strategy:
       matrix:
       matrix:
-        os: [windows-latest, windows-2016]
         toolset: [clang-cl, default, v141]
         toolset: [clang-cl, default, v141]
         include:
         include:
           - toolset: clang-cl
           - toolset: clang-cl
             toolset_option: -T"ClangCl"
             toolset_option: -T"ClangCl"
           - toolset: v141
           - toolset: v141
             toolset_option: -T"v141"
             toolset_option: -T"v141"
-        exclude:
-          - os: windows-2016
-            toolset: clang-cl
-          - os: windows-2016
-            toolset: v141
 
 
-    runs-on: ${{ matrix.os }}
+    runs-on: windows-latest
 
 
     steps:
     steps:
     - uses: actions/checkout@v2
     - uses: actions/checkout@v2