Skip to content

Commit

Permalink
cmake.yml: Remove the clang++ 14 on Linux job
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdo authored Mar 4, 2024
1 parent cb9afbd commit 6231549
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- { name: macos-11-gcc-12-cmake, os: macos-11, cxx: g++-12 } #installed

- { name: ubuntu-22.04-clang-15-cmake, os: ubuntu-22.04, cxx: clang++-15 } #installed
- { name: ubuntu-22.04-clang-14-cmake, os: ubuntu-22.04, cxx: clang++-14 } #installed

- { name: ubuntu-22.04-gcc-12-cmake, os: ubuntu-22.04, cxx: g++-12 } #installed
- { name: ubuntu-22.04-gcc-11-cmake, os: ubuntu-22.04, cxx: g++-11 } #installed
Expand Down

0 comments on commit 6231549

Please sign in to comment.