From 60d5d564e047c5c34b253dcca5d13e543fb9a90c Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Mon, 23 Oct 2023 11:35:36 +0800 Subject: [PATCH] [ci] Run integration test on macOS --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 69892e2..2c3d7aa 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,12 +48,12 @@ jobs: with: path: | ./llvm - key: ubuntu-llvm-15.0.7 + key: ubuntu-llvm-15.0.6 - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: ubuntu-version: 22.04 - version: "15.0.7" + version: "15.0.6" cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Run unit test env: