Skip to content

Commit

Permalink
remove clang job
Browse files Browse the repository at this point in the history
  • Loading branch information
pasbi committed Oct 3, 2024
1 parent d71eb77 commit a5ad037
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@ jobs:

matrix:
os: [ubuntu-latest, windows-latest]
compiler: [gcc, clang, msvc]
compiler: [gcc, msvc]
build_type: [Release]
exclude:
- os: windows-latest
compiler: gcc
- os: windows-latest
compiler: clang
- os: ubuntu-latest
compiler: msvc
include:
Expand All @@ -36,11 +34,6 @@ jobs:
cppstd: gnu20
libcxx: libstdc++
compiler_version: 11
- compiler: clang
generator: "Ninja"
cppstd: gnu20
libcxx: libc++
compiler_version: 14
- compiler: msvc
generator: "Visual Studio 17 2022"
cppstd: 20
Expand All @@ -53,9 +46,6 @@ jobs:
- if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update; sudo apt-get install ninja-build

- if: ${{ matrix.compiler == 'clang' }}
run: sudo apt-get update; sudo apt-get install clang

- name: Install Conan
id: conan
uses: turtlebrowser/get-conan@main
Expand Down

0 comments on commit a5ad037

Please sign in to comment.