Kaynağa Gözat

build: cmake does not support toolset 144 apparently

skypjack 3 ay önce
ebeveyn
işleme
afad2972dd
1 değiştirilmiş dosya ile 1 ekleme ve 3 silme
  1. 1 3
      .github/workflows/build.yml

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

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