Disable matrix for Macports

- Currently cannot build Sunshine on macOS < 10.8 due to missing video toolbox framework
This commit is contained in:
ReenigneArcher 2022-06-23 22:58:27 -04:00
parent 7019756fa1
commit 46dede3381

View File

@ -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