Skip to content

Commit

Permalink
Add windows-2019 os
Browse files Browse the repository at this point in the history
  • Loading branch information
congard authored Sep 7, 2024
1 parent 001d346 commit 84364ca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,16 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
os: [ubuntu-24.04, windows-latest]
os: [ubuntu-24.04, windows-latest, windows-2019]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: windows-2019
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-24.04
c_compiler: gcc
cpp_compiler: g++
Expand All @@ -41,6 +44,10 @@ jobs:
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: windows-2019
c_compiler: gcc
- os: windows-2019
c_compiler: clang
- os: ubuntu-24.04
c_compiler: cl

Expand Down

0 comments on commit 84364ca

Please sign in to comment.