Skip to content

Commit 00215e2

Browse files
committed
Update Xcode version
1 parent fa12e6a commit 00215e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ stages:
847847
- script: |
848848
set -e
849849

850-
SIMULATOR_DEVICE_INFO=$(python ./tools/ios/get_simulator_device_info.py --requested-runtime-version 18.2)
850+
SIMULATOR_DEVICE_INFO=$(python ./tools/ios/get_simulator_device_info.py --requested-runtime-version 26.1)
851851

852852
echo "Simulator device info:"
853853
echo "${SIMULATOR_DEVICE_INFO}"

.pipelines/templates/use-xcode-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
- name: xcodeVersion
55
type: string
6-
default: "16.2"
6+
default: "26.1"
77

88
steps:
99
- bash: |

tools/ci_build/github/azure-pipeline/templates/use-xcode-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
parameters:
44
- name: xcodeVersion
55
type: string
6-
default: "16.2"
6+
default: "26.1"
77

88
steps:
99
- bash: |

0 commit comments

Comments
 (0)