Skip to content

Commit 7d8da62

Browse files
committed
Pin max clang version
1 parent 42733d3 commit 7d8da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-osx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: "bash -l {0}"
3939
run: >
4040
conda create -n env
41-
c-compiler cxx-compiler 'clang>=12.0.1'
41+
c-compiler cxx-compiler 'clang>=12.0.1,<17'
4242
python=${{matrix.python-version}} wheel pip
4343
4444
- name: Show info about `env` environment

0 commit comments

Comments
 (0)