Skip to content

Commit

Permalink
[ci] gh actions: Replace Clang 15 on Ubuntu for macOS (Ubuntu seems t…
Browse files Browse the repository at this point in the history
…o link with wrong version of libc++)
  • Loading branch information
rbrich committed Nov 18, 2024
1 parent 435dfb9 commit ef17d9d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ jobs:
cxx: g++
libcxx: libstdc++11
build_args: ""
- os: ubuntu-22.04
name: "Clang 15 / Release"
cc: clang
cc_ver: 15
cxx: clang++
libcxx: libc++
apt: libc++-15-dev libc++abi-15-dev libc++-14-dev- libc++1-14- libc++abi-14-dev- libc++abi1-14- libunwind-14- libunwind-14-dev-
build_args: ""
- os: ubuntu-24.04
name: "Clang 17 / Release"
cc: clang
Expand Down Expand Up @@ -74,6 +66,14 @@ jobs:
cxx: g++
libcxx: libstdc++11
build_args: "--minsize --unity"
- os: macos-13
name: "Clang 15 / Release"
cc: clang
cc_ver: 15
libcxx: libc++
clang: llvm@15
os_target: "13.0"
build_args: ""
- os: macos-15
name: "Clang 18 arm64 / Release"
cc: clang
Expand Down

0 comments on commit ef17d9d

Please sign in to comment.