Skip to content

Commit

Permalink
fix: removed mingw ci
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-olivier committed Jul 26, 2024
1 parent 9afc624 commit f4ea21b
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,13 @@ jobs:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
cxx-std: [11, 14, 17, 20]
generator: [Unix Makefiles, MinGW Makefiles, Visual Studio 17]
exclude:
include:
- os: windows-latest
generator: Unix Makefiles
- os: macos-latest
generator: MinGW Makefiles
- os: macos-latest
generator: Visual Studio 17
- os: macos-latest
generator: Unix Makefiles
- os: ubuntu-latest
generator: MinGW Makefiles
- os: ubuntu-latest
generator: Visual Studio 17
- generator: MinGW Makefiles
cxx-std: 17
- generator: MinGW Makefiles
cxx-std: 20
generator: Unix Makefiles

name: ${{ matrix.os }} (C++${{ matrix.cxx-std }} - ${{ matrix.generator }})
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit f4ea21b

Please sign in to comment.