Skip to content

Commit

Permalink
Update runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed May 21, 2024
1 parent 63f34a1 commit e0a9fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0a9fef

Please sign in to comment.