Skip to content

Commit

Permalink
update unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Nov 29, 2021
1 parent 7766427 commit d6b3e97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Run tests
uses: game-ci/unity-test-runner@v2
with:
unityVersion: 2020.3.15f2
unityVersion: 2020.3.23f1

# Build
- name: Build project
uses: game-ci/unity-builder@v2
with:
unityVersion: 2020.3.15f2
unityVersion: 2020.3.23f1
targetPlatform: StandaloneWindows64

# Output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Run tests
uses: game-ci/unity-test-runner@v2
with:
unityVersion: 2020.3.15f2
unityVersion: 2020.3.23f1

0 comments on commit d6b3e97

Please sign in to comment.