Skip to content

Commit 021fbe9

Browse files
authored
Merge pull request #181 from firebase/version_workflow
github environment fix
2 parents 74ef331 + 1677479 commit 021fbe9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/sdk_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [windows-latest, macos-latest, ubuntu-latest]
31+
os: [windows-2019, macos-latest, ubuntu-latest]
3232
include:
3333
- os: macos-latest
3434
unity_version: ${{ github.event.inputs.unity_version }}
3535
build_dir: macos_unity
3636
unity_platform_name: macOS,iOS
37-
- os: windows-latest
37+
- os: windows-2019
3838
unity_version: ${{ github.event.inputs.unity_version }}
3939
build_dir: windows_unity
4040
unity_platform_name: Windows

build_windows_x64.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ EXIT /B %status%
8181
SET CMAKE_ARGS=%CMAKE_ARGS% -DFIREBASE_UNITY_BUILD_TESTS=ON
8282
SET CMAKE_ARGS=%CMAKE_ARGS% -DCMAKE_CONFIGURATION_TYPES=RelWithDebInfo
8383

84-
cmake .. -A x64 %CMAKE_ARGS% %~2
84+
cmake .. -G "Visual Studio 16 2019" -A x64 %CMAKE_ARGS% %~2
8585

8686
:: Check for errors, and return if there were any
8787
if %errorlevel% neq 0 (

scripts/gha/print_matrix_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip"
9393
},
9494
_LINUX: {
95-
"version": "2020.3.27f1",
95+
"version": "2020.3.29f1",
9696
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": ["Mac-mono"], "Linux": None}
9797
}
9898
},
@@ -108,7 +108,7 @@
108108
"ndk": "https://dl.google.com/android/repository/android-ndk-r19-darwin-x86_64.zip"
109109
},
110110
_LINUX: {
111-
"version": "2019.4.35f1",
111+
"version": "2019.4.36f1",
112112
"packages": {"Default": ["Unity"], "Android": ["Android"], "iOS": ["Ios"], "Windows": ["Windows-mono"], "macOS": ["Mac-mono"], "Linux": None}
113113
}
114114
},

0 commit comments

Comments
 (0)