Skip to content

Commit

Permalink
Merge pull request #14 from bernhardmgruber/12.0.1
Browse files Browse the repository at this point in the history
Add clang 12.0.1
  • Loading branch information
muttleyxd authored Oct 14, 2021
2 parents a37b22c + b035dda commit a31484a
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 ]
clang-version: [ 3.9, 4, 5, 6, 7, 8, 9, 10, 11, 12, 12.0.1 ]
os: [ linux, macosx, windows ]
include:
- clang-version: 3.9
Expand All @@ -34,6 +34,8 @@ jobs:
release: llvm-project-11.1.0.src
- clang-version: 12
release: llvm-project-12.0.0.src
- clang-version: 12.0.1
release: llvm-project-12.0.1.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 a31484a

Please sign in to comment.