فهرست منبع

build: also test toolset v143 for backward compatibility

skypjack 5 ماه پیش
والد
کامیت
dc154a4b8a
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      .github/workflows/build.yml

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

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