build: Bump VS minimum supported version to 18.3

This commit is contained in:
Hennadii Stepanov
2026-02-10 23:30:23 +00:00
parent 91a8e9b549
commit 7164a0cab6
4 changed files with 20 additions and 20 deletions

View File

@@ -45,7 +45,7 @@ def generate(ci_type):
"build",
"-Werror=dev",
"--preset",
"vs2022",
"vs2026",
] + GENERATE_OPTIONS[ci_type]
run(command)

View File

@@ -204,7 +204,7 @@ jobs:
windows-native-dll:
name: ${{ matrix.job-name }}
runs-on: windows-2022
runs-on: windows-2025-vs2026
if: ${{ vars.SKIP_BRANCH_PUSH != 'true' || github.event_name == 'pull_request' }}
@@ -218,9 +218,9 @@ jobs:
job-type: [standard, fuzz]
include:
- job-type: standard
job-name: 'Windows native, VS 2022'
job-name: 'Windows native, VS'
- job-type: fuzz
job-name: 'Windows native, fuzz, VS 2022'
job-name: 'Windows native, fuzz, VS'
steps:
- *ANNOTATION_PR_NUMBER