From c7220780588c950f2fb687b0fb955ce5689c38c7 Mon Sep 17 00:00:00 2001 From: Yuxin Wang Date: Tue, 13 Apr 2021 17:56:22 -0400 Subject: [PATCH] Cleanup unused strategy matrix. --- .github/workflows/main.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) 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