mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-18 10:57:21 -05:00
Merge pull request #1618 from delta1/ci-macos
ci: fix macos-latest and add macos-12
This commit is contained in:
commit
0beb91f537
7
.github/workflows/build-release-binaries.yml
vendored
7
.github/workflows/build-release-binaries.yml
vendored
@ -20,6 +20,9 @@ jobs:
|
|||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: swap
|
- bin: swap
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
|
os: macos-12
|
||||||
|
- bin: swap
|
||||||
|
target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: swap
|
- bin: swap
|
||||||
@ -36,6 +39,10 @@ jobs:
|
|||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: asb
|
- bin: asb
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
|
os: macos-12
|
||||||
|
archive_ext: tar
|
||||||
|
- bin: asb
|
||||||
|
target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
archive_ext: tar
|
archive_ext: tar
|
||||||
- bin: asb
|
- bin: asb
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -70,6 +70,8 @@ jobs:
|
|||||||
- target: armv7-unknown-linux-gnueabihf
|
- target: armv7-unknown-linux-gnueabihf
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-apple-darwin
|
- target: x86_64-apple-darwin
|
||||||
|
os: macos-12
|
||||||
|
- target: aarch64-apple-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: x86_64-pc-windows-msvc
|
- target: x86_64-pc-windows-msvc
|
||||||
os: windows-latest
|
os: windows-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user