We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c71c8 commit 8b0c0cbCopy full SHA for 8b0c0cb
.github/workflows/test.yml
@@ -148,7 +148,7 @@ jobs:
148
fi
149
150
- name: Install and check clang-format wheels
151
- if: ${{ fromJSON(matrix.version) >= 10 }} # Version 9 failed on MacOS and Windows
+ if: ${{ matrix.version != '12.0.1' && fromJSON(matrix.version) >= 10 }} # Skip 12.0.1
152
shell: bash
153
run: |
154
set -e
0 commit comments