You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .yamato/project.metafile
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -13,25 +13,25 @@ test_platforms:
13
13
default:
14
14
- name: ubuntu
15
15
type: Unity::VM
16
-
image: package-ci/ubuntu-22.04:v4
16
+
image: dots-ci/ubuntu-20.04:v3.3194411
17
17
flavor: b1.large
18
18
standalone: StandaloneLinux64
19
19
# Desktop platforms cover all main desktop platforms
20
20
# Windows_arm64 is recommended to use only after builds and when it comes to macOS_arm64 there is problem with OpenCL not being available. Other option would be to separate build and run phases but disabled for now
21
21
desktop:
22
22
- name: ubuntu
23
23
type: Unity::VM
24
-
image: package-ci/ubuntu-22.04:v4
24
+
image: dots-ci/ubuntu-20.04:v3.3194411
25
25
flavor: b1.large
26
26
standalone: StandaloneLinux64
27
27
- name: win
28
28
type: Unity::VM
29
-
image: package-ci/win10:v4
29
+
image: dots-ci/windows10:v3.3194412
30
30
flavor: b1.large
31
31
standalone: StandaloneWindows64
32
32
- name: mac
33
33
type: Unity::VM::osx
34
-
image: package-ci/macos-13:v4
34
+
image: dots-ci/macos:v3.3194405
35
35
flavor: m1.mac
36
36
standalone: StandaloneOSX
37
37
# Mobile platforms cover all main mobile devices. There is a split between the build and run phase so there is a need of splitting specification for both (since its different)
@@ -53,7 +53,7 @@ test_platforms:
53
53
# iOS modern builds are ARM64-only, thus no testing with armv7 (as in android case)
0 commit comments