Skip to content

Commit

Permalink
Update runs-on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed May 21, 2024
1 parent 0f7255b commit 63f34a1
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 63f34a1

Please sign in to comment.