Skip to content

Commit

Permalink
Pin max clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed May 22, 2024
1 parent 9a196ba commit f135bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-osx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
shell: "bash -l {0}"
run: >
conda create -n env
c-compiler cxx-compiler 'clang>=12.0.1'
c-compiler cxx-compiler 'clang>=12.0.1,<17'
python=${{matrix.python-version}} wheel pip
- name: Show info about `env` environment
Expand Down

0 comments on commit f135bd4

Please sign in to comment.