diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 559b8a8..b00cb8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,8 @@ jobs: - name: Add LLVM to path if: ${{ matrix.use-llvm == 'true' }} run: | - brew install llvm@13 - echo "PATH=/opt/homebrew/opt/llvm@13/bin:$PATH" >> $GITHUB_ENV + brew install llvm@14 + echo "PATH=/opt/homebrew/opt/llvm@14/bin:$PATH" >> $GITHUB_ENV - uses: ./.github/actions/setup-cache - uses: ./.github/actions/ci