Add Windows-2019

This commit is contained in:
Serge Lamikhov-Center 2023-12-13 19:42:38 +02:00 committed by GitHub
parent 7e635921fa
commit aa2dbf5564
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,13 +13,16 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, windows-latest, macos-11, macos-13]
os: [ubuntu-latest, ubuntu-20.04, windows-latest, windows-2019, macos-11, macos-13]
build_type: [Release, Debug]
cpp_compiler: [g++, clang++, cl]
include:
- os: windows-latest
cpp_compiler: cl
c_compiler: cl
- os: windows-2019
cpp_compiler: cl
c_compiler: cl
- os: ubuntu-latest
cpp_compiler: g++
c_compiler: gcc
@ -49,6 +52,10 @@ jobs:
cpp_compiler: g++
- os: windows-latest
cpp_compiler: clang++
- os: windows-2019
cpp_compiler: g++
- os: windows-2019
cpp_compiler: clang++
- os: ubuntu-latest
cpp_compiler: cl
- os: ubuntu-20.04