From 46dede3381babb59ea17b3c2b6d7c323fd176840 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 23 Jun 2022 22:58:27 -0400 Subject: [PATCH] Disable matrix for Macports - Currently cannot build Sunshine on macOS < 10.8 due to missing video toolbox framework --- .github/workflows/CI.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 66e7d6da..af348f7b 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -418,11 +418,12 @@ jobs: build_mac_port: name: Macports needs: check_changelog - runs-on: ${{ matrix.os }} - strategy: - fail-fast: false - matrix: - os: [ macos-10.15, macos-11, macos-12 ] + runs-on: macos-11 +# runs-on: ${{ matrix.os }} +# strategy: +# fail-fast: false +# matrix: +# os: [ macos-10.15, macos-11, macos-12 ] steps: - name: Checkout @@ -616,7 +617,7 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v3 with: - name: sunshine-macports-${{ matrix.os }} + name: sunshine-macports path: artifacts/ - name: Create Release