Skip to content

Commit

Permalink
Try AppleClang 16.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 15, 2024
1 parent 4a0ce23 commit 2e53d3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build
# We need at least AppleClang 15 for format library
# We need at least AppleClang 16 for source_location
run: >
cmake $GITHUB_WORKSPACE
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DAPP_BUILD_EXAMPLES=ON
-DAPP_BUILD_TESTS=ON
-DAPP_COMPILER_ENABLE_WARNINGS=ON
-DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++
-DCMAKE_CXX_COMPILER=$(brew --prefix llvm@16)/bin/clang++
- name: Build
shell: bash
Expand Down

0 comments on commit 2e53d3e

Please sign in to comment.