From 2e6bcfeb9976446a0da0b13d0d98a4295f66ca90 Mon Sep 17 00:00:00 2001 From: peefy Date: Sun, 4 Feb 2024 15:44:38 +0800 Subject: [PATCH] ci: add macos-13-xlarge action on arm64 Signed-off-by: peefy --- .github/workflows/build-test-macos-arm64.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-macos-arm64.yml b/.github/workflows/build-test-macos-arm64.yml index caa88dd7e..3c8f9835c 100644 --- a/.github/workflows/build-test-macos-arm64.yml +++ b/.github/workflows/build-test-macos-arm64.yml @@ -1,4 +1,5 @@ -name: build-and-test-macos +name: Build and Test on MacOS ARCH64 + on: ["push", "pull_request"] jobs: build-and-test: @@ -36,7 +37,7 @@ jobs: components: clippy, rustfmt - name: Grammar test working-directory: ./kclvm - run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/usr/local/opt/llvm@12/bin && make install-rustc-wasm && make && make test-grammar + run: export PATH=$PATH:$PWD/../_build/dist/Darwin/kclvm/bin:/opt/homebrew/opt/llvm@12/bin/ && make && make test-grammar shell: bash - uses: actions/upload-artifact@v3