Skip to content

Commit

Permalink
[ci] Run integration test on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Oct 23, 2023
1 parent 187a2e8 commit 7ba0fb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7ba0fb7

Please sign in to comment.