Skip to content

Commit

Permalink
Install clang-18 from llvm.org on ubuntu 23.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Mar 21, 2024
1 parent 3855460 commit e27fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- { clang_version: "15", libcxx: "", build_libcxx: "./install-libcxx.sh 15 15.0.7 && ", container: $UBUNTU_22_04, std: "11 14 17 20" }
- { clang_version: "16", libcxx: "", build_libcxx: "", container: $UBUNTU_22_04, std: "11 14 17 20 23" }
- { clang_version: "17", libcxx: "", build_libcxx: "", container: $UBUNTU_22_04, std: "11 14 17 20 23" }
- { clang_version: "18", libcxx: "", build_libcxx: "", container: $UBUNTU_24_04, std: "11 14 17 20 23" }
- { clang_version: "18", libcxx: "", build_libcxx: "", container: $UBUNTU_23_04, std: "11 14 17 20 23" }

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit e27fa06

Please sign in to comment.