Skip to content

Commit

Permalink
[ci] gh actions: Drop Clang 13, 14; Update README - Supported compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrich committed Nov 18, 2024
1 parent 54ad3b7 commit 435dfb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@ jobs:
cxx: g++
libcxx: libstdc++11
build_args: ""
- os: ubuntu-22.04
name: "Clang 13 / Release"
cc: clang
cc_ver: 13
cxx: clang++
libcxx: libc++
apt: libc++-13-dev libc++abi-13-dev libc++-14-dev- libc++1-14- libc++abi-14-dev- libc++abi1-14- libunwind-14- libunwind-14-dev-
build_args: ""
# - os: ubuntu-22.04
# name: "Clang 14 / Release"
# cc: clang
# cc_ver: 14
# cxx: clang++
# libcxx: libc++
# apt: libc++-14-dev libc++abi-14-dev
# build_args: ""
- os: ubuntu-22.04
name: "Clang 15 / Release"
cc: clang
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ Technologies:
Supported compilers:

* GCC >= 10
* Clang >= 13
* Xcode >= 13
* Clang >= 15
* Xcode >= 14
* Visual Studio >= 16

Any Unix-like OS with C++20 compliant compiler should work.
Expand Down

0 comments on commit 435dfb9

Please sign in to comment.