From 7ba0fb77edae780753338ddbf6174589f0fb2b7d Mon Sep 17 00:00:00 2001 From: littleGnAl Date: Mon, 23 Oct 2023 11:19:19 +0800 Subject: [PATCH] [ci] Run integration test on macOS --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a9f6223..69892e2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: run: bash tool/run_ut.sh integration_test_ubuntu: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 permissions: contents: read packages: read @@ -52,6 +52,7 @@ jobs: - name: Install LLVM and Clang uses: KyleMayes/install-llvm-action@v1 with: + ubuntu-version: 22.04 version: "15.0.7" cached: ${{ steps.cache-llvm.outputs.cache-hit }} - name: Run unit test