Skip to content

Commit

Permalink
try clang 16 on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 4, 2024
1 parent 068f9b9 commit 0859b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/MakeRelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ jobs:
submodules: recursive
fetch-depth: 0

- name: Install Ninja & LLVM/Clang 15
- name: Install Ninja & LLVM/Clang 16
id: install-deps
run: |
brew install ninja llvm@15
echo "clang_path=$(brew --prefix llvm@15)/bin/clang" >> "$GITHUB_OUTPUT"
brew install ninja llvm@16
echo "clang_path=$(brew --prefix llvm@16)/bin/clang" >> "$GITHUB_OUTPUT"
- name: CMake Configure
run: cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
Expand Down

0 comments on commit 0859b1b

Please sign in to comment.