diff --git a/ci/builders/mac_android_aot_engine.json b/ci/builders/mac_android_aot_engine.json index 6bb034cc6744d..1db3b2130960a 100644 --- a/ci/builders/mac_android_aot_engine.json +++ b/ci/builders/mac_android_aot_engine.json @@ -32,7 +32,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -67,7 +71,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -102,7 +110,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -136,7 +148,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -171,7 +187,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } }, { "archives": [ @@ -206,7 +226,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, - "tests": [] + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + } } ], "tests": [],