Skip to content

Commit

Permalink
Merge pull request #846 from multiversx/workflow-macos-update
Browse files Browse the repository at this point in the history
Macos-latest is now ARM64
  • Loading branch information
sasurobert authored Apr 30, 2024
2 parents 31dea4d + 06dad35 commit 59fd4f9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/build-test-macos-arm64.yml

This file was deleted.

14 changes: 11 additions & 3 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: |
make test

- name: Test (Linux)
if: runner.os == 'Linux'
run: |
make test
- name: Test (MacOS ARM64)
if: runner.os == 'macOS'
run: |
make test-w2

0 comments on commit 59fd4f9

Please sign in to comment.