Skip to content

Commit

Permalink
Run iOS staging tests with Xcode 15.2 (#141392)
Browse files Browse the repository at this point in the history
Potential fix for #141383.
  • Loading branch information
vashworth committed Jan 11, 2024
1 parent 8dcae5a commit ef3de35
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4185,7 +4185,7 @@ targets:
# TODO(vashworth): Remove after Xcode 15 is default in CI (https://github.com/flutter/flutter/issues/132237)
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
"sdk_version": "15c500b"
}
os: Mac-13
bringup: true
Expand Down Expand Up @@ -4228,7 +4228,7 @@ targets:
# TODO(vashworth): Remove after Xcode 15 is default in CI (https://github.com/flutter/flutter/issues/132237)
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
"sdk_version": "15c500b"
}
os: Mac-13
bringup: true
Expand Down Expand Up @@ -4338,7 +4338,7 @@ targets:
# TODO(vashworth): Remove after Xcode 15 is default in CI (https://github.com/flutter/flutter/issues/132237)
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
"sdk_version": "15c500b"
}
os: Mac-13
bringup: true
Expand Down Expand Up @@ -4518,7 +4518,7 @@ targets:
# TODO(vashworth): Remove after Xcode 15 is default in CI (https://github.com/flutter/flutter/issues/132237)
$flutter/osx_sdk : >-
{
"sdk_version": "15a240d"
"sdk_version": "15c500b"
}
os: Mac-13
bringup: true
Expand Down

0 comments on commit ef3de35

Please sign in to comment.