Skip to content

Commit

Permalink
Merge pull request #36 from spacemeshos/15-update-runners
Browse files Browse the repository at this point in the history
Update runners to include arm64 Macs
  • Loading branch information
fasmat committed Jan 10, 2024
2 parents 7e79b7e + d071288 commit 8135c07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
matrix:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- [self-hosted, linux-arm64]
- macos-latest
- [self-hosted, macos, arm64]
- windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8135c07

Please sign in to comment.