Disable matrix for Macports
- Currently cannot build Sunshine on macOS < 10.8 due to missing video toolbox framework
This commit is contained in:
parent
7019756fa1
commit
46dede3381
1 changed files with 7 additions and 6 deletions
13
.github/workflows/CI.yml
vendored
13
.github/workflows/CI.yml
vendored
|
|
@ -418,11 +418,12 @@ jobs:
|
||||||
build_mac_port:
|
build_mac_port:
|
||||||
name: Macports
|
name: Macports
|
||||||
needs: check_changelog
|
needs: check_changelog
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: macos-11
|
||||||
strategy:
|
# runs-on: ${{ matrix.os }}
|
||||||
fail-fast: false
|
# strategy:
|
||||||
matrix:
|
# fail-fast: false
|
||||||
os: [ macos-10.15, macos-11, macos-12 ]
|
# matrix:
|
||||||
|
# os: [ macos-10.15, macos-11, macos-12 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
@ -616,7 +617,7 @@ jobs:
|
||||||
- name: Upload Artifacts
|
- name: Upload Artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: sunshine-macports-${{ matrix.os }}
|
name: sunshine-macports
|
||||||
path: artifacts/
|
path: artifacts/
|
||||||
|
|
||||||
- name: Create Release
|
- name: Create Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue