diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41caf76..df11076 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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,7 @@ jobs: run: | brew tap tfcollins/homebrew-formulae brew update + brew unlink python brew install soapysdr libusb libiio libad9361-iio - name: Configure run: cmake -B build @@ -46,7 +47,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: @@ -58,6 +59,7 @@ jobs: brew tap pothosware/homebrew-pothos brew update pip3 install --break-system-packages setuptools + brew unlink python brew install soapysdr libusb libiio libad9361 - name: Configure run: cmake -B build