Skip to content

Commit fe3ee90

Browse files
authored
[vertex-ai] Check for Swift 6 warnings (#14535)
1 parent 2b802c4 commit fe3ee90

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/vertexai.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,10 @@ jobs:
137137
xcode: Xcode_16.2
138138
swift_version: 5.9
139139
warnings:
140-
#TODO: Fix remaining warning in GenerativeAIService and remove --allow-warnings.
141140
- os: macos-15
142141
xcode: Xcode_16.2
143142
swift_version: 6.0
144-
warnings: --allow-warnings
143+
warnings:
145144
runs-on: ${{ matrix.os }}
146145
steps:
147146
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)