Remove: official support for MSVC 2019 (#12254)

This commit is contained in:
Patric Stout 2024-03-10 13:26:07 +01:00 committed by GitHub
parent 86cb184eb4
commit 9c95fbdb07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, windows-2019]
os: [windows-latest]
arch: [x86, x64]
name: Windows (${{ matrix.os }} / ${{ matrix.arch }})