Skip to content

Commit

Permalink
;asdad
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Jul 18, 2024
1 parent c45c805 commit 6dba7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
# Note: The arch of macos-13-xlarge and macos-14 is arm64
strategy:
matrix:
os: [macos-13-xlarge, macos-14]
os: [macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Git checkout
Expand All @@ -19,6 +19,7 @@ jobs:
- name: Install LLVM 18
run: brew install llvm@18
shell: bash

- name: Grammar test
run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/opt/homebrew/opt/llvm@18/bin/ && mlir-translate grid.mlir --mlir-to-llvmir
shell: bash

0 comments on commit 6dba7eb

Please sign in to comment.