Skip to content

Commit

Permalink
[test] add intel/arm ma
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed May 27, 2024
1 parent cac553c commit f991469
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,27 @@ jobs:
make CXX=clang++
go test -v ./bls
Run-on-macos:
Run-on-Intel-macos:
name: Run on Intel macos
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- run: |
git submodule update --init --recursive
brew install nasm
make clean
make
go test -v ./bls
Run-on-ARM-macos:
name: Run on macos
# Intel Mac
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
- run: |
git submodule update --init --recursive
brew install nasm
make clean
make
go test -v ./bls
Expand Down

0 comments on commit f991469

Please sign in to comment.