Skip to content

Commit 8b0c0cb

Browse files
committed
fix: skip 12.0.1
1 parent f9c71c8 commit 8b0c0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
fi
149149
150150
- name: Install and check clang-format wheels
151-
if: ${{ fromJSON(matrix.version) >= 10 }} # Version 9 failed on MacOS and Windows
151+
if: ${{ matrix.version != '12.0.1' && fromJSON(matrix.version) >= 10 }} # Skip 12.0.1
152152
shell: bash
153153
run: |
154154
set -e

0 commit comments

Comments
 (0)