Skip to content

Commit

Permalink
Add Windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1 authored Dec 13, 2023
1 parent 7e63592 commit aa2dbf5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit aa2dbf5

Please sign in to comment.