Skip to content

Commit

Permalink
Remove LLVM 12 from macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDenisov committed Nov 28, 2024
1 parent 193b71c commit 81cf5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
LLVM_VERSION: [12, 13, 14, 15, 16, 17, 18]
LLVM_VERSION: [13, 14, 15, 16, 17, 18]

steps:
- name: Debugging
Expand Down
6 changes: 0 additions & 6 deletions infrastructure/helpers/variables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ llvm_mapping:
- llvm@13
cmake_cc: /opt/homebrew/opt/llvm@13/bin/clang
cmake_cxx: /opt/homebrew/opt/llvm@13/bin/clang++
"12":
cmake_search_paths: "/opt/homebrew/opt/llvm@12/lib/cmake/llvm/;/opt/homebrew/opt/llvm@12/lib/cmake/clang/"
packages:
- llvm@12
cmake_cc: /opt/homebrew/opt/llvm@12/bin/clang
cmake_cxx: /opt/homebrew/opt/llvm@12/bin/clang++

ubuntu:
"18":
Expand Down

0 comments on commit 81cf5eb

Please sign in to comment.