[GITHUB] Remove VS 2015 build from the CI (#3872)

[WORKFLOWS] Remove some excludes as well
This commit is contained in:
Victor Perevertkin
2024-05-15 05:39:42 +03:00
committed by GitHub
parent ac0bcf4a90
commit 0f81f46387
2 changed files with 4 additions and 14 deletions

View File

@@ -84,24 +84,14 @@ jobs:
build-msvc:
strategy:
matrix:
os: [windows-latest, windows-2019]
toolset: ['14.2', '14.1', '14.0'] # VS 2019, 2017, and 2015 (see below)
os: [windows-latest]
toolset: ['14.2', '14.1'] # VS 2019, and 2017 (see below)
arch: [i386, amd64]
config: [Debug, Release]
dllver: ['0x502', '0x600']
exclude: # VS 2019, 2017 only with windows-latest; VS 2015 only with windows-2019
- os: windows-2019
toolset: '14.2'
- os: windows-2019
toolset: '14.1'
- os: windows-latest
toolset: '14.0'
- dllver: 0x600
os: windows-2019
exclude: # VS 2019, 2017 only with windows-latest
- dllver: 0x600
toolset: '14.1'
- dllver: 0x600
toolset: '14.0'
- dllver: 0x600
config: Release
fail-fast: false