Skip to content

Commit ff551fe

Browse files
authored
Fix versions (#559)
* Fix versions * Downgraded 2023.1.9f1 to 2023.1.8f1
1 parent 43e1280 commit ff551fe

File tree

5 files changed

+431
-252
lines changed

5 files changed

+431
-252
lines changed

.github/workflows/build-tests-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 2022.1.24f1
2525
- 2022.2.21f1
2626
- 2022.3.7f1
27-
- 2023.1.9f1
27+
- 2023.1.8f1
2828
targetPlatform:
2929
- StandaloneOSX # Build a MacOS executable
3030

.github/workflows/build-tests-ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- test-project
5454
unityVersion:
5555
- 2021.3.29f1
56-
- 2022.1.24f
57-
- 2022.2.21f
56+
- 2022.1.24f1
57+
- 2022.2.21f1
5858
- 2022.3.7f1
59-
- 2023.1.9f1
59+
- 2023.1.8f1
6060
targetPlatform:
6161
- StandaloneOSX # Build a macOS standalone (Intel 64-bit) with mono backend.
6262
- StandaloneWindows64 # Build a Windows 64-bit standalone with mono backend.

.github/workflows/build-tests-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- test-project
2222
unityVersion:
2323
- 2021.3.29f1
24-
- 2022.1.24f
25-
- 2022.2.21f
24+
- 2022.1.24f1
25+
- 2022.2.21f1
2626
- 2022.3.7f1
27-
- 2023.1.9f1
27+
- 2023.1.8f1
2828
targetPlatform:
2929
- StandaloneWindows64 # Build a Windows 64-bit standalone.
3030
- StandaloneWindows # Build a Windows 32-bit standalone.

0 commit comments

Comments
 (0)