Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
systems:
- nix-system: aarch64-darwin
runner: macos-latest-xlarge
artifact: flake-iter-ARM64-macOS
artifact: ARM64-macOS
- nix-system: aarch64-linux
runner: namespace-profile-default-arm64
artifact: flake-iter-ARM64-Linux
artifact: ARM64-Linux
- nix-system: x86_64-linux
runner: ubuntu-24.04
artifact: flake-iter-X64-Linux
artifact: X64-Linux
steps:
- name: git checkout
uses: actions/checkout@v6
Expand Down Expand Up @@ -62,7 +62,6 @@ jobs:
- name: Download artifacts directory
uses: actions/download-artifact@v7
with:
pattern: flake-iter-*
path: ./artifacts
merge-multiple: true

Expand Down
Loading