Skip to content

Commit

Permalink
Add macos (legecy) back
Browse files Browse the repository at this point in the history
this should allow old just `macos` queries to still work.
  • Loading branch information
angerman committed Apr 30, 2024
1 parent 395c1fa commit cb37d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
script: |
mkdir __pkgs
echo ${{ github.sha }} > __pkgs/COMMIT_SHA
for sys in msys2 x86_64-macos arm64-macos debian; do
for sys in msys2 macos x86_64-macos arm64-macos debian; do
for lib in libsodium libsodium-vrf libsecp256k1 libblst; do
out=$(nix build .#dist.$sys.$lib --no-link --print-out-paths -L)
for ext in pkg.tar.zstd pkg deb; do
Expand Down

0 comments on commit cb37d30

Please sign in to comment.