Skip to content

Commit

Permalink
add clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
muttleyxd committed Apr 5, 2024
1 parent f7f02c1 commit 9aee6a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/clang-tools-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
clang-version: [ 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17 ]
clang-version: [ 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12.0.1, 13, 14, 15, 16, 17, 18 ]
os: [ linux, macosx, windows ]
include:
- clang-version: 3.9
Expand Down Expand Up @@ -46,6 +46,8 @@ jobs:
release: llvm-project-16.0.3.src
- clang-version: 17
release: llvm-project-17.0.4.src
- clang-version: 18
release: llvm-project-18.1.3.src
- os: linux
runner: ubuntu-20.04
os-cmake-args: '-DLLVM_BUILD_STATIC=ON -DCMAKE_CXX_FLAGS="-s -flto" ${POSIX_CMAKE_ARGS}'
Expand Down

0 comments on commit 9aee6a2

Please sign in to comment.