Skip to content

Commit dd65280

Browse files
author
Cynthia Jiang
committed
test again with environment versions
1 parent 5424540 commit dd65280

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

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)