Skip to content

Commit

Permalink
Fix versions (#559)
Browse files Browse the repository at this point in the history
* Fix versions

* Downgraded 2023.1.9f1 to 2023.1.8f1
  • Loading branch information
EliasVal authored Aug 21, 2023
1 parent 43e1280 commit ff551fe
Show file tree
Hide file tree
Showing 5 changed files with 431 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tests-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- 2022.1.24f1
- 2022.2.21f1
- 2022.3.7f1
- 2023.1.9f1
- 2023.1.8f1
targetPlatform:
- StandaloneOSX # Build a MacOS executable

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-tests-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
- test-project
unityVersion:
- 2021.3.29f1
- 2022.1.24f
- 2022.2.21f
- 2022.1.24f1
- 2022.2.21f1
- 2022.3.7f1
- 2023.1.9f1
- 2023.1.8f1
targetPlatform:
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
- test-project
unityVersion:
- 2021.3.29f1
- 2022.1.24f
- 2022.2.21f
- 2022.1.24f1
- 2022.2.21f1
- 2022.3.7f1
- 2023.1.9f1
- 2023.1.8f1
targetPlatform:
- StandaloneWindows64 # Build a Windows 64-bit standalone.
- StandaloneWindows # Build a Windows 32-bit standalone.
Expand Down
Loading

0 comments on commit ff551fe

Please sign in to comment.