diff --git a/.github/workflows/builds/unity.yaml b/.github/workflows/builds/unity.yaml index 154be55..9f2bdca 100644 --- a/.github/workflows/builds/unity.yaml +++ b/.github/workflows/builds/unity.yaml @@ -26,7 +26,7 @@ env: jobs: build-unity-master1-1: name: "Build ${{ matrix.platform.os }}" - needs: master1 + runs-on: master1 strategy: max-parallel: 1 matrix: @@ -53,8 +53,8 @@ jobs: build-unity-master1-2: name: "Build ${{ matrix.platform.os }}" - depends-on: build-unity-master1-1 - needs: master1 + needs: build-unity-master1-1 + runs-on: master1 strategy: max-parallel: 1 matrix: @@ -82,8 +82,8 @@ jobs: build-unity-master1-3: name: "Build ${{ matrix.platform.os }}" - depends-on: build-unity-master1-2 - needs: master1 + needs: build-unity-master1-2 + runs-on: master1 strategy: max-parallel: 1 matrix: @@ -111,7 +111,7 @@ jobs: build-unity-master2-1: name: "Build ${{ matrix.platform.os }}" - needs: master2 + runs-on: master2 strategy: max-parallel: 1 matrix: @@ -138,8 +138,8 @@ jobs: build-unity-master2-2: name: "Build ${{ matrix.platform.os }}" - depends-on: build-unity-master2-1 - needs: master2 + needs: build-unity-master2-1 + runs-on: master2 strategy: max-parallel: 1 matrix: @@ -166,8 +166,8 @@ jobs: build-unity-master2-3: name: "Build ${{ matrix.platform.os }}" - depends-on: build-unity-master2-2 - needs: master2 + needs: build-unity-master2-2 + runs-on: master2 strategy: max-parallel: 1 matrix: