-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94889f7
commit 9733269
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [macos-12, macos-14] | ||
os: [macos-13, macos-14, macos-15] | ||
runs-on: ${{ matrix.os }} | ||
name: Build on ${{ matrix.os }} (macports) | ||
steps: | ||
|
@@ -27,7 +27,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [macos-12, macos-14] | ||
os: [macos-13, macos-14, macos-15] | ||
runs-on: ${{ matrix.os }} | ||
name: Build on ${{ matrix.os }} (tfcollins) | ||
steps: | ||
|
@@ -36,6 +36,8 @@ jobs: | |
run: | | ||
brew tap tfcollins/homebrew-formulae | ||
brew update | ||
brew install --force [email protected] || : | ||
brew link --overwrite [email protected] || : | ||
brew install soapysdr libusb libiio libad9361-iio | ||
- name: Configure | ||
run: cmake -B build | ||
|
@@ -46,7 +48,7 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
os: [macos-12, macos-14] | ||
os: [macos-13, macos-14, macos-15] | ||
runs-on: ${{ matrix.os }} | ||
name: Build on ${{ matrix.os }} (pothos) | ||
steps: | ||
|
@@ -57,6 +59,8 @@ jobs: | |
run: | | ||
brew tap pothosware/homebrew-pothos | ||
brew update | ||
brew install --force [email protected] || : | ||
brew link --overwrite [email protected] || : | ||
pip3 install --break-system-packages setuptools | ||
brew install soapysdr libusb libiio libad9361 | ||
- name: Configure | ||
|