Explorar o código

build system: get prepared for the windows-latest switch on GH

Michele Caini %!s(int64=4) %!d(string=hai) anos
pai
achega
a99b8b7984
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  1. 5 3
      .github/workflows/build.yml

+ 5 - 3
.github/workflows/build.yml

@@ -81,12 +81,14 @@ jobs:
 
     strategy:
       matrix:
-        toolset: [clang-cl, default, v141]
+        toolset: [default, v141, v142, clang-cl]
         include:
-          - toolset: clang-cl
-            toolset_option: -T"ClangCl"
           - toolset: v141
             toolset_option: -T"v141"
+          - toolset: v142
+            toolset_option: -T"v142"
+          - toolset: clang-cl
+            toolset_option: -T"ClangCl"
 
     runs-on: windows-latest