From eb62aa669873451000c827d7cac34094e5f5f41f Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Mon, 23 Oct 2023 11:01:25 +0800 Subject: [PATCH] [ci] Run integration test on macOS --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0f45252..3f4cfa3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -53,7 +53,7 @@ jobs: ./llvm key: llvm-15.0.7 - name: Install LLVM and Clang - uses: KyleMayes/install-llvm-action@v1 + uses: KyleMayes/install-llvm-action@v1.9 with: version: "15.0.7" cached: ${{ steps.cache-llvm.outputs.cache-hit }}