We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb79791 commit da8ad4cCopy full SHA for da8ad4c
.yamato/project.metafile
@@ -59,7 +59,7 @@ test_platforms:
59
- name: mac
60
type: Unity::VM::osx
61
image: package-ci/macos-13-arm64:v4 # ARM64 to support M1 model (below)
62
- smaller_flavor: m1.mac # mac doesn't have a smaller vm size. We define it anyway as it simplifies the yaml templating to have it defined.
+ flavor: m1.mac # mac doesn't have a smaller vm size. We define it anyway as it simplifies the yaml templating to have it defined.
63
smaller_flavor: b1.medium
64
standalone: StandaloneOSX
65
model: M1 # The default model (an x64 Intel Mac VM) quite often caused a known issue of doing all the bitflips in packages resulting in failures
0 commit comments