Skip to content

Commit 2cc8b83

Browse files
chore: update Yamato images and stop testing against il2cpp on Unity 2020.x (#491)
* update Yamato images * stop testing against il2cpp
1 parent 952a985 commit 2cc8b83

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.yamato/StreamingImageSequence.metafile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ platforms:
44
- platform_type: &platform_win
55
name: win
66
type: Unity::VM
7-
image: package-ci/win10:v1.20.1
7+
image: package-ci/win10:v4
88
flavor: b1.medium
99
cmd_prefix:
1010
- platform_type: &platform_mac
1111
name: mac
1212
type: Unity::VM::osx
13-
image: package-ci/mac:v1.20.0-1079282
13+
image: package-ci/macos-13:v4
1414
flavor: m1.mac
1515
cmd_prefix:
1616
- platform_type: &platform_linux
1717
name: linux
1818
type: Unity::VM
19-
image: package-ci/ubuntu:v3.6.0
19+
image: package-ci/ubuntu-20.04:v4
2020
flavor: b1.medium
2121
cmd_prefix: DISPLAY=:0.0
2222

@@ -54,11 +54,11 @@ test_configs:
5454
- editor_version: 2020.3
5555
test_platforms:
5656
- platform_type: *platform_win
57-
test_type: *upm_ci_all
57+
test_type: *upm_ci_mono
5858
- platform_type: *platform_mac
59-
test_type: *upm_ci_all
59+
test_type: *upm_ci_mono
6060
- platform_type: *platform_linux
61-
test_type: *upm_ci_all
61+
test_type: *upm_ci_mono
6262
- editor_version: 2021.3
6363
test_platforms:
6464
- platform_type: *platform_win

0 commit comments

Comments
 (0)