Skip to content

Commit e9f597b

Browse files
a-mauricesunmou99
andauthored
Update the Unity versions being used (#296)
* Pin the u3d version to 1.2.3 * Try changing the Unity version instead * Undo u3d pin, and update Unity versions * comment `u3d available -u 2019 -p` comment `u3d available -u 2019 -p` which causing issue: https://github.com/firebase/firebase-unity-sdk/runs/6478842808?check_suite_focus=true#step:3:440 Co-authored-by: Mou Sun <[email protected]>
1 parent 99ce16d commit e9f597b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
run: |
219219
gem install u3d
220220
u3d available
221-
u3d available -u ${{ matrix.unity_version }} -p
221+
# u3d available -u ${{ matrix.unity_version }} -p
222222
- name: Setup python
223223
uses: actions/setup-python@v2
224224
with:

scripts/gha/print_matrix_configuration.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
UNITY_SETTINGS = {
8282
"2020": {
8383
_WINDOWS: {
84-
"version": "2020.3.22f1",
84+
"version": "2020.3.34f1",
8585
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": None, "macOS": ["Mac-mono"], "Linux": ["Linux-mono"]},
8686
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip"
8787
},
8888
_MACOS: {
89-
"version": "2020.3.22f1",
89+
"version": "2020.3.34f1",
9090
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": None, "Linux": ["Linux-mono"]},
9191
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip"
9292
},
@@ -97,12 +97,12 @@
9797
},
9898
"2019": {
9999
_WINDOWS: {
100-
"version": "2019.4.32f1",
100+
"version": "2019.4.39f1",
101101
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": None, "macOS": ["Mac-mono"], "Linux": ["Linux-mono"]},
102102
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-windows-x86_64.zip"
103103
},
104104
_MACOS: {
105-
"version": "2019.4.32f1",
105+
"version": "2019.4.39f1",
106106
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": None, "Linux": ["Linux-mono"]},
107107
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip"
108108
},

0 commit comments

Comments
 (0)