ci: disable windows VS 2019 cpp build.

* Due to a bug in msvc fixed in VS Community 2022 preview 2
This commit is contained in:
Corentin Le Molgat
2023-07-21 15:33:03 +02:00
parent c7794e2495
commit bf030a732e
2 changed files with 8 additions and 2 deletions

View File

@@ -8,7 +8,10 @@ jobs:
# ref: https://github.com/actions/runner-images
strategy:
matrix:
runner: [windows-2022, windows-2019]
runner: [
windows-2022,
#windows-2019,
]
fail-fast: false # Don't cancel all jobs if one fails.
runs-on: ${{ matrix.runner }}
#runs-on: windows-latest

View File

@@ -8,7 +8,10 @@ jobs:
# ref: https://github.com/actions/runner-images
strategy:
matrix:
runner: [windows-2022, windows-2019]
runner: [
windows-2022,
#windows-2019,
]
fail-fast: false # Don't cancel all jobs if one fails.
runs-on: ${{ matrix.runner }}
#runs-on: windows-latest