diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7acaa248..c91238f3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: group: ${{ github.workflow }}-${{ matrix.unityVersion }} cancel-in-progress: true # Cancel other jobs if another one arrives name: Test on ${{ matrix.unityVersion }} for ${{ matrix.targetPlatform }} - runs-on: self-hosted linux + runs-on: self-hosted Linux strategy: fail-fast: false # max-parallel: 1 # Only run one at a time, to prevent license contention