summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-05-22 03:28:32 -0400
committerseth <[email protected]>2024-05-22 16:21:31 -0600
commit0f636010f34fb8bdfa1015d779c2ce86bda47251 (patch)
tree08eeffc81bc6ec3690c6173c196fe2c69fe6904c
parentff5fd95399b68ba42b7523eb1fbd1163ff507af5 (diff)
ci: start building for x86_64-darwin again
-rw-r--r--.github/workflows/ci.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index aba5926..61e71d1 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -17,6 +17,8 @@ jobs:
- os: ubuntu-latest
system: x86_64-linux
- os: macos-latest
+ system: aarch64-darwin
+ - os: macos-13
system: x86_64-darwin
- os: ubuntu-latest
system: aarch64-linux
@@ -51,8 +53,6 @@ jobs:
- name: Run build
run: |
nix run \
- --inputs-from . \
- --override-input nixpkgs nixpkgs \
github:Mic92/nix-fast-build -- \
--no-nom \
--skip-cached \