Skip to content

Commit

Permalink
Revert back to running tests on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda authored Feb 22, 2024
1 parent 6b6d5dd commit 2519ef4
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 }}
cancel-in-progress: true # Cancel other jobs if another one arrives
name: Test on ${{ matrix.unityVersion }} for ${{ matrix.targetPlatform }}
runs-on: windows-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
max-parallel: 1 # Only run one at a time, to prevent license contention
Expand Down

0 comments on commit 2519ef4

Please sign in to comment.