diff -U2 -r /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/.github/workflows/build-macos.yml /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/.github/workflows/build-macos.yml --- /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/.github/workflows/build-macos.yml 2025-11-07 22:33:22.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/.github/workflows/build-macos.yml 2025-11-07 21:42:58.000000000 +0000 @@ -6,5 +6,5 @@ - '*' paths: - - .github/workflows/build-macos.yml + - .github/workflows/build-osx.yml - daemon/** - i18n/** @@ -19,4 +19,7 @@ - '*' +concurrency: + group: ${{ github.workflow }} + jobs: build: @@ -28,7 +31,7 @@ matrix: include: - - target: macos-15 + - target: macos-latest target-name: ARM64 - - target: macos-15-intel + - target: macos-latest-large target-name: Intel x86_64 @@ -47,7 +50,3 @@ - name: Build application - run: make HOMEBREW=1 USE_UPNP=yes USE_STATIC=yes PREFIX=$GITHUB_WORKSPACE/output -j3 - - - name: Print binary linking - run: otool -L i2pd - + run: make HOMEBREW=1 USE_UPNP=ON PREFIX=$GITHUB_WORKSPACE/output -j3 diff -U2 -r /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/Makefile.homebrew /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/Makefile.homebrew --- /var/lib/copr-rpmbuild/results/i2pd-git/upstream-unpacked/Source0/i2pd-openssl/Makefile.homebrew 2025-11-07 22:33:22.000000000 +0000 +++ /var/lib/copr-rpmbuild/results/i2pd-git/srpm-unpacked/i2pd-openssl.tar.gz-extract/i2pd-openssl/Makefile.homebrew 2025-11-07 21:42:58.000000000 +0000 @@ -3,5 +3,5 @@ BREWROOT = /opt/homebrew BOOSTROOT = ${BREWROOT}/opt/boost -SSLROOT = ${BREWROOT}/opt/openssl@3.5 +SSLROOT = ${BREWROOT}/opt/openssl@3 UPNPROOT = ${BREWROOT}/opt/miniupnpc @@ -17,5 +17,5 @@ ifeq ($(USE_STATIC),yes) - LDLIBS = -lz ${SSLROOT}/lib/libcrypto.a ${SSLROOT}/lib/libssl.a ${BOOSTROOT}/lib/libboost_program_options.a + LDLIBS = -lz ${SSLROOT}/lib/libcrypto.a ${SSLROOT}/lib/libssl.a ${BOOSTROOT}/lib/libboost_system.a ${BOOSTROOT}/lib/libboost_filesystem.a ${BOOSTROOT}/lib/libboost_program_options.a ifeq ($(USE_UPNP),yes) LDLIBS += ${UPNPROOT}/lib/libminiupnpc.a