diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 38a89fb..90754d9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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