File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 9999 strategy :
100100 fail-fast : false
101101 matrix :
102- os : [windows-2019, windows- 2022, windows-2025]
102+ os : [windows-2022, windows-2025]
103103
104104 env :
105105 LTTNG_UST_REGISTER_TIMEOUT : 0
Original file line number Diff line number Diff line change 2222 strategy :
2323 fail-fast : false
2424 matrix :
25- os : [2019, 2022, 2025]
25+ os : [2022, 2025]
2626 options : [
2727 {build: debug, sanitizer: without-sanitizer},
2828 {build: debug, sanitizer: address-sanitizer},
Original file line number Diff line number Diff line change @@ -453,7 +453,9 @@ if(NOT NodeJS_LIBRARY)
453453 endif ()
454454
455455 # Check for Visual Studio Version and configure the build command
456- if (MSVC_VERSION GREATER 1916)
456+ if (MSVC_VERSION GREATER_EQUAL 1930)
457+ set (NodeJS_MSVC_VER vs2022)
458+ if (MSVC_VERSION GREATER_EQUAL 1920)
457459 set (NodeJS_MSVC_VER vs2019)
458460 elseif (MSVC_VERSION GREATER 1900)
459461 set (NodeJS_MSVC_VER vs2017)
Original file line number Diff line number Diff line change @@ -862,7 +862,8 @@ Where `script.js` is a script contained in host folder `$HOME/metacall` that wil
862862| :-----------------: | :--------------------------------------------------: |
863863| ** ` ubuntu-latest ` ** | https://metacall.github.io/core/bench/ubuntu-latest/ |
864864| ** ` macos-latest ` ** | https://metacall.github.io/core/bench/macos-latest/ |
865- | ** ` windows-2019 ` ** | https://metacall.github.io/core/bench/windows-2019/ |
865+ | ** ` windows-2022 ` ** | https://metacall.github.io/core/bench/windows-2022/ |
866+ | ** ` windows-2025 ` ** | https://metacall.github.io/core/bench/windows-2025/ |
866867
867868## 9. License
868869
You can’t perform that action at this time.
0 commit comments