Update macOS build configuration and dependencies
Updated macOS build configuration to use the latest version and added additional dependencies.
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
|||||||
|
|
||||||
build-macos-aarch64:
|
build-macos-aarch64:
|
||||||
name: Build macOS aarch64
|
name: Build macOS aarch64
|
||||||
runs-on: macos-15
|
runs-on: macos-latest
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
- name: Install dependencies (Homebrew)
|
- name: Install dependencies (Homebrew)
|
||||||
run: |
|
run: |
|
||||||
brew update || true
|
brew update || true
|
||||||
brew install cmake xz || true
|
brew install cmake xz git libuv zmq zeromq libpgm curl || true
|
||||||
|
|
||||||
- name: Build p2pool (macOS aarch64)
|
- name: Build p2pool (macOS aarch64)
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user