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 7ba0fb7 commit 60d5d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 60d5d56

Please sign in to comment.