Skip to content

Commit

Permalink
WIP!!! temporary reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
YarikTH committed Sep 10, 2023
1 parent 1f34f9b commit 126b373
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,17 @@ jobs:
fail-fast: false
matrix:
label: [ "" ]
os: [ windows-2019, windows-2022 ]
build_type: [ Debug, Release ]
architecture: [ Win32, x64 ]
os: [ windows-2022 ]
build_type: [ Release ]
architecture: [ x64 ]
toolset_name: [ "", ClangCL ]
std: [ 17, 20 ]
std: [ 20 ]

exclude:
- toolset_name: ClangCL
build_type: Debug

include:
- os: windows-2019
cmake_generator: "Visual Studio 16 2019"
- os: windows-2022
cmake_generator: "Visual Studio 17 2022"

Expand Down

0 comments on commit 126b373

Please sign in to comment.