Skip to content

Commit

Permalink
GitHub Actions: use Unity 2023.2.12f1
Browse files Browse the repository at this point in the history
  • Loading branch information
achimmihca committed Oct 8, 2024
1 parent 751b231 commit a0f38db
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-companion-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.2.4f1
- 2023.2.12f1
targetPlatform:
# - StandaloneWindows64
# - StandaloneLinux64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-main-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.2.4f1
- 2023.2.12f1
targetPlatform:
- StandaloneWindows64
- StandaloneLinux64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-companion-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.2.4f1
- 2023.2.12f1
targetPlatform:
- Android
- iOS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-main-game.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
unityVersion:
- 2022.2.4f1
- 2023.2.12f1
targetPlatform:
# At the moment, tests are target platform independent. Thus only build one.
- StandaloneWindows64
Expand Down

0 comments on commit a0f38db

Please sign in to comment.