Skip to content

Commit

Permalink
Try using LLVM 18 instead of Apple Clang
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Apr 12, 2024
1 parent 8acefe4 commit 0135df3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ jobs:

steps:

- name: Set up LLVM 16
uses: actions/setup-llvm@v2
run: |
echo "CC=clang" >> $GITHUB_ENV
echo "CXX=clang++" >> $GITHUB_ENV
with:
# The version of LLVM we use is the one present on conda-forge.
# See: https://github.com/conda-forge/conda-forge-pinning-feedstock/blob/main/recipe/conda_build_config.yaml#L32
llvm-version: 16

- name: Checkout code
uses: actions/checkout@v3

Expand Down

0 comments on commit 0135df3

Please sign in to comment.