From 6b8accd75ccba0464931eb58826e3784f54c2f5f Mon Sep 17 00:00:00 2001 From: Scion Date: Sun, 13 Jul 2025 18:11:24 -0700 Subject: [PATCH] fix needs --- .github/workflows/builds/unity.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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: