build: cmake does not support toolset 144 apparently

This commit is contained in:
skypjack
2025-12-02 18:25:40 +01:00
parent 05bf0aa505
commit afad2972dd

View File

@@ -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"