Skip to content

Commit 470b0b0

Browse files
authored
[Infra] Remove Xcode 15 CI (#14648)
1 parent 5f729d3 commit 470b0b0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/vertexai.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,8 @@ jobs:
4343
strategy:
4444
matrix:
4545
include:
46-
- os: macos-13
47-
xcode: Xcode_15.2
48-
target: iOS
4946
- os: macos-14
50-
xcode: Xcode_15.4
47+
xcode: Xcode_16.2
5148
target: iOS
5249
- os: macos-15
5350
xcode: Xcode_16.2
@@ -136,9 +133,9 @@ jobs:
136133
matrix:
137134
include:
138135
- os: macos-14
139-
xcode: Xcode_15.2
136+
xcode: Xcode_16.2
140137
swift_version: 5.9
141-
warnings: --allow-warnings
138+
warnings:
142139
- os: macos-15
143140
xcode: Xcode_16.2
144141
swift_version: 5.9

0 commit comments

Comments
 (0)