Skip to content

Commit

Permalink
Last try ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausKlein committed Nov 30, 2024
1 parent 7055408 commit 1dce944
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,10 @@ jobs:
if: matrix.os == 'macos-15'
working-directory: asio
shell: bash
env:
CXX: clang++-19
run: |
source /Users/runner/.envrc
cmake --preset=ci-macos
which clang++ && clang++ --version
CXX=$(brew --prefix llvm@19)/bin/clang++ cmake --preset=ci-macos
- name: Configure ubuntu
if: matrix.os == 'ubuntu-24.04'
Expand Down

0 comments on commit 1dce944

Please sign in to comment.