Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Update xcode to 14e222b #41640

Merged
merged 2 commits into from
May 1, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ platform_properties:
device_type: none
cpu: x86
os: Mac-12
xcode: 14c18
xcode: 14e222b
dimensions:
mac_model: "Macmini8,1|Macmini9,1"
windows:
Expand Down Expand Up @@ -362,7 +362,7 @@ targets:
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
]
$flutter/osx_sdk : >-
{ "sdk_version": "14c18" }
{ "sdk_version": "14e222b" }

- name: Linux mac_unopt
recipe: engine_v2/engine_v2
Expand All @@ -378,8 +378,8 @@ targets:
add_recipes_cq: "true"
runtime_versions: >-
[
"ios-16-2_14c18",
"ios-16-0_14a5294e"
"ios-16-4_14e222b",
"ios-16-2_14c18"
]
mac_model: "Macmini8,1"
timeout: 75
Expand Down Expand Up @@ -442,7 +442,7 @@ targets:
release_build: "true"
config_name: mac_ios_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14c18" }
{ "sdk_version": "14e222b" }
dependencies: >-
[
{"dependency": "jazzy", "version": "0.14.1"}
Expand Down
2 changes: 1 addition & 1 deletion ci/builders/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Ci\_yaml file is the glue sticking all the components together. A new build will
properties:
config_name: mac_android_aot_engine
$flutter/osx_sdk : >-
{ "sdk_version": "14c18" }
{ "sdk_version": "14e222b" }

```

Expand Down
12 changes: 6 additions & 6 deletions ci/builders/mac_android_aot_engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand Down Expand Up @@ -115,7 +115,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand Down Expand Up @@ -154,7 +154,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand Down Expand Up @@ -194,7 +194,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand Down Expand Up @@ -234,7 +234,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
}
Expand Down
16 changes: 8 additions & 8 deletions ci/builders/mac_unopt.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
},
"tests": [
Expand Down Expand Up @@ -62,10 +62,10 @@
"properties": {
"$flutter/osx_sdk": {
"runtime_versions": [
"ios-16-2_14c18",
"ios-16-0_14a5294e"
"ios-16-4_14e222b",
"ios-16-2_14c18"
],
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
},
"drone_dimensions": [
Expand Down Expand Up @@ -151,7 +151,7 @@
},
"properties": {
"$flutter/osx_sdk": {
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
}
},
Expand All @@ -168,10 +168,10 @@
"properties": {
"$flutter/osx_sdk": {
"runtime_versions": [
"ios-16-2_14c18",
"ios-16-0_14a5294e"
"ios-16-4_14e222b",
"ios-16-2_14c18"
],
"sdk_version": "14c18"
"sdk_version": "14e222b"
}
},
"drone_dimensions": [
Expand Down