From 5a0b898c3addaff97d3778cf8e097f5cff2bd71a Mon Sep 17 00:00:00 2001 From: Xilai Zhang Date: Wed, 26 Apr 2023 12:21:10 -0700 Subject: [PATCH] test xcode version --- ci/builders/mac_android_aot_engine.json | 30 +++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/ci/builders/mac_android_aot_engine.json b/ci/builders/mac_android_aot_engine.json index 6bb034cc6744d..f3a235ecf66c5 100644 --- a/ci/builders/mac_android_aot_engine.json +++ b/ci/builders/mac_android_aot_engine.json @@ -32,6 +32,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] }, { @@ -67,6 +72,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] }, { @@ -102,6 +112,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] }, { @@ -136,6 +151,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] }, { @@ -171,6 +191,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] }, { @@ -206,6 +231,11 @@ "flutter/shell/platform/android:gen_snapshot" ] }, + "properties": { + "$flutter/osx_sdk": { + "sdk_version": "14c18" + } + }, "tests": [] } ],