Ver Fonte

Cleanup unused strategy matrix.

Yuxin Wang há 3 anos atrás
pai
commit
c722078058
1 ficheiros alterados com 2 adições e 8 exclusões
  1. 2 8
      .github/workflows/main.yml

+ 2 - 8
.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