Skip to content

Commit cbec8f0

Browse files
committed
corrected CI project.metafile
1 parent 6ec5dea commit cbec8f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.yamato/project.metafile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# flavor --> Determines the VM size/resources (e.g., b1.small, b1.large, m1.mac)
1212
# smaller_flavor --> An override for flavor that determines the VM size/resources for lighter weight jobs that can run on a smaller vm
1313
# standalone --> Specifies the build target platform (e.g., StandaloneLinux64, Android, IOS)
14-
# model --> Defines specific hardware model requirements (e.g., rtx2080, iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
14+
# model --> Defines specific hardware model requirements (e.g., iPhone model 13). Notice that trunk currently (19.08.2025) has 13.0 as minimal iOS version which devices below this are not supporting
1515
# base --> Indicates the base operating system for build operations (e.g., win, mac)
1616
# architecture --> Specifies the target CPU architecture (e.g., armv7, arm64)
1717

@@ -48,14 +48,12 @@ test_platforms:
4848
flavor: b1.large
4949
smaller_flavor: b1.medium
5050
standalone: StandaloneLinux64
51-
model: rtx2080
5251
- name: win
5352
type: Unity::VM
5453
image: package-ci/win10:v4
5554
flavor: b1.large
5655
smaller_flavor: b1.medium
5756
standalone: StandaloneWindows64
58-
model: rtx2080
5957
- name: mac
6058
type: Unity::VM::osx
6159
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)

0 commit comments

Comments
 (0)