We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf85c3b commit 8da9dd3Copy full SHA for 8da9dd3
.github/workflows/pr-check.yml
@@ -44,7 +44,7 @@ jobs:
44
- uses: actions/checkout@v4
45
46
- name: Install llvm
47
- if: matrix.stage == 'llvm'
+ if: ${{ matrix.stage == 'llvm' && matrix.os != 'macos-14' }}
48
uses: KyleMayes/install-llvm-action@v2
49
with:
50
version: "16.0"
0 commit comments