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:
@@ -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
|
||||
|
||||
5
.github/workflows/amd64_windows_make_cpp.yml
vendored
5
.github/workflows/amd64_windows_make_cpp.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user