Skip to content

Commit eac70f2

Browse files
committed
chore: adding support for x86_64-darwin
1 parent f28c5d1 commit eac70f2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/nix-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
arch: arm64
2525
- runner: macos-latest
2626
arch: arm64
27+
- runner: macos-13
28+
arch: amd64
2729
runs-on: ${{ matrix.runner }}
2830

2931
steps:

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
system.x86_64-linux
1818
system.aarch64-linux
1919
system.aarch64-darwin
20+
system.x86_64-darwin
2021
];
2122
in
2223
flake-utils.lib.eachSystem ourSystems (system:

0 commit comments

Comments
 (0)