Skip to content

Commit 2f1345b

Browse files
committed
feat(ci): use Apple M1 runner in build-nix.
1 parent 63fa9d1 commit 2f1345b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-nix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
arch: aarch64-linux
1616
- os: macos-12
1717
arch: x86_64-darwin
18+
- os: macos-14
19+
arch: aarch64-darwin
1820
name: Build Nix - ${{ matrix.arch }}.${{ matrix.os }}
1921
runs-on: ${{ matrix.os }}
2022
steps:

0 commit comments

Comments
 (0)