From cfa36723b23f021714b7006f9a9c0418a86634df Mon Sep 17 00:00:00 2001 From: tiamak <57602242+t1amak@users.noreply.github.com> Date: Wed, 12 Nov 2025 19:34:39 +0100 Subject: [PATCH] Update macOS build configuration and dependencies Updated macOS build configuration to use the latest version and added additional dependencies. --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0bd7130..4a0d6c4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -114,7 +114,7 @@ jobs: build-macos-aarch64: name: Build macOS aarch64 - runs-on: macos-15 + runs-on: macos-latest timeout-minutes: 45 steps: @@ -126,7 +126,7 @@ jobs: - name: Install dependencies (Homebrew) run: | brew update || true - brew install cmake xz || true + brew install cmake xz git libuv zmq zeromq libpgm curl || true - name: Build p2pool (macOS aarch64) run: |