We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 022ccd2 commit ed31848Copy full SHA for ed31848
.github/workflows/vertexai.yml
@@ -43,11 +43,8 @@ jobs:
43
strategy:
44
matrix:
45
include:
46
- - os: macos-13
47
- xcode: Xcode_15.2
48
- target: iOS
49
- os: macos-14
50
- xcode: Xcode_15.4
+ xcode: Xcode_16.2
51
target: iOS
52
- os: macos-15
53
xcode: Xcode_16.2
@@ -136,9 +133,9 @@ jobs:
136
133
137
134
138
135
139
140
swift_version: 5.9
141
- warnings: --allow-warnings
+ warnings:
142
143
144
0 commit comments