mirror of
https://github.com/jellyfin/jellyfin-media-player.git
synced 2024-11-23 14:09:40 +00:00
Cleanup unused strategy matrix.
This commit is contained in:
parent
0e13bb5d08
commit
c722078058
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@ -6,10 +6,7 @@ on:
|
||||
- release
|
||||
jobs:
|
||||
build-mac:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [macOS-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: macOS-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install Qt 5.15.2
|
||||
@ -45,10 +42,7 @@ jobs:
|
||||
path: ${{ github.workspace }}/build/output/Jellyfin\ Media\ Player.dmg
|
||||
|
||||
build-win:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install QT
|
||||
|
Loading…
Reference in New Issue
Block a user