diff --git a/.github/workflows/cli-testnet.yml b/.github/workflows/cli-testnet.yml index 3e3f9a66..c35f46cd 100644 --- a/.github/workflows/cli-testnet.yml +++ b/.github/workflows/cli-testnet.yml @@ -21,11 +21,17 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-latest, macos-13, macos-14 ] + os: [ ubuntu-latest, macos-11,macos-12, macos-13, macos-14 ] include: - os: ubuntu-latest target: linux-amd64 net: testnet + - os: macos-11 + target: macos-amd64 + net: testnet + - os: macos-12 + target: macos-amd64 + net: testnet - os: macos-13 target: macos-amd64 net: testnet diff --git a/Makefile b/Makefile index c68b7f12..8857f848 100644 --- a/Makefile +++ b/Makefile @@ -70,9 +70,6 @@ ci-package-linux: ci-linux-amd64-release: static-release ci-package-linux ## Build lethean-linux-amd64-cli.tar.bz2 @tar -cjvf lethean-linux-amd64-cli.tar.bz2 lethean/ -ci-linux-amd64-release: static-release ci-package-linux ## Build lethean-linux-amd64-cli.tar.bz2 - @tar -cjvf lethean-linux-amd64-cli.tar.bz2 lethean/ - ci-macos-amd64-release: static-release ci-package-linux ## Build lethean-macos-amd64-cli.tar.bz2 @tar -cjvf lethean-macos-amd64-cli.tar.bz2 lethean/