Skip to content

Commit

Permalink
Add clang-19
Browse files Browse the repository at this point in the history
  • Loading branch information
rollbear committed Sep 17, 2024
1 parent 0063ca5 commit 1e8fb0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
- { 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: "'libc++-18-dev libc++abi-18-dev'", build_libcxx: "", container: $UBUNTU_24_04, std: "11 14 17 20 23" }
- { clang_version: "19", libcxx: "", build_libcxx: "", container: $UBUNTU_24_04, std: "11 14 17 20 23 26" }

runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit 1e8fb0f

Please sign in to comment.