Browse Source

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

Michele Caini 4 years ago
parent
commit
a99b8b7984
1 changed files with 5 additions and 3 deletions
  1. 5 3
      .github/workflows/build.yml

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

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