Skip to content

Commit

Permalink
ci: add macos-13-xlarge action on arm64
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Feb 4, 2024
1 parent 8544c98 commit 2e6bcfe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test-macos-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: build-and-test-macos
name: Build and Test on MacOS ARCH64

on: ["push", "pull_request"]
jobs:
build-and-test:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e6bcfe

Please sign in to comment.