From 6dba7eb84d9c5dde25c21b83dbb687612b4f9c1d Mon Sep 17 00:00:00 2001 From: peefy Date: Thu, 18 Jul 2024 15:13:43 +0800 Subject: [PATCH] ;asdad Signed-off-by: peefy --- .github/workflows/build-test-macos-arm64.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test-macos-arm64.yml b/.github/workflows/build-test-macos-arm64.yml index 5b25e9cb3..3599ea1cb 100644 --- a/.github/workflows/build-test-macos-arm64.yml +++ b/.github/workflows/build-test-macos-arm64.yml @@ -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 @@ -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