We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28c5d1 commit eac70f2Copy full SHA for eac70f2
.github/workflows/nix-build.yml
@@ -24,6 +24,8 @@ jobs:
24
arch: arm64
25
- runner: macos-latest
26
27
+ - runner: macos-13
28
+ arch: amd64
29
runs-on: ${{ matrix.runner }}
30
31
steps:
flake.nix
@@ -17,6 +17,7 @@
17
system.x86_64-linux
18
system.aarch64-linux
19
system.aarch64-darwin
20
+ system.x86_64-darwin
21
];
22
in
23
flake-utils.lib.eachSystem ourSystems (system:
0 commit comments