Skip to content

Commit

Permalink
Merge pull request #741 from onekey-sec/apple-m1-support
Browse files Browse the repository at this point in the history
feat(ci): use Apple M1 runner in build-nix.
  • Loading branch information
vlaci authored Jan 31, 2024
2 parents 63fa9d1 + 2f1345b commit 8a71c12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
arch: aarch64-linux
- os: macos-12
arch: x86_64-darwin
- os: macos-14
arch: aarch64-darwin
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 8a71c12

Please sign in to comment.