Skip to content

Commit

Permalink
Update the CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed May 19, 2024
1 parent c18832d commit 6137dd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,32 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
build_type: [ Debug, Release ]
c_compiler: [ gcc-13, clang, cl ]
c_compiler: [ gcc, clang, cl ]
include:
- os: windows-latest
c_compiler: cl
cpp_compiler: cl
- os: ubuntu-latest
c_compiler: gcc-13
cpp_compiler: g++-13
c_compiler: gcc
cpp_compiler: g++
- os: ubuntu-latest
c_compiler: clang
cpp_compiler: clang++-15
cpp_compiler: clang++
- os: macos-latest
c_compiler: clang
cpp_compiler: clang++

exclude:
- os: windows-latest
c_compiler: gcc-13
c_compiler: gcc
- os: windows-latest
c_compiler: clang
- os: ubuntu-latest
c_compiler: cl
- os: macos-latest
c_compiler: cl
- os: macos-latest
c_compiler: gcc-13
c_compiler: gcc

steps:
- name: Install Ninja
Expand Down

0 comments on commit 6137dd5

Please sign in to comment.