浏览代码

build: also test toolset v143 for backward compatibility

skypjack 4 月之前
父节点
当前提交
dc154a4b8a
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/build.yml

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

@@ -40,10 +40,12 @@ jobs:
   windows:
   windows:
     strategy:
     strategy:
       matrix:
       matrix:
-        toolset: [default, v142, clang-cl]
+        toolset: [default, v142, v143, clang-cl]
         include:
         include:
           - toolset: v142
           - toolset: v142
             toolset_option: -T"v142"
             toolset_option: -T"v142"
+          - toolset: v143
+            toolset_option: -T"v143"
           - toolset: clang-cl
           - toolset: clang-cl
             toolset_option: -T"ClangCl"
             toolset_option: -T"ClangCl"