mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-18 18:14:03 -05:00
try and fix empty host error
This commit is contained in:
parent
d10a7eb337
commit
a8bc637fe3
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build-release-binaries.yml
vendored
3
.github/workflows/build-release-binaries.yml
vendored
|
|
@ -31,11 +31,14 @@ jobs:
|
|||
# build for arm macos on arm macos
|
||||
- target: aarch64-apple-darwin
|
||||
host: macos-latest
|
||||
archive_extension: tar
|
||||
# build for intel macos on intel macos
|
||||
- target: x86_64-apple-darwin
|
||||
host: macos-13
|
||||
archive_extension: tar
|
||||
# use .zip for windows
|
||||
- target: x86_64-pc-windows-gnu
|
||||
host: ubuntu-22.04
|
||||
archive_extension: zip
|
||||
|
||||
runs-on: ${{ matrix.host }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue