Skip to content

Commit 94f989f

Browse files
committed
Revert "Try forcing Swift 6 mode on macOS 14 / Xcode 16.2"
This reverts commit ad396d5. # Conflicts: # FirebaseAI/Tests/Unit/Types/Generable/GenerableTests.swift
1 parent 551cfd7 commit 94f989f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,7 @@ jobs:
7878
with:
7979
product: ${{ matrix.product }}
8080
supports_swift6: true
81-
setup_command: |
82-
scripts/update_vertexai_responses.sh; \
83-
sed -i "" "s/s.swift_version[[:space:]]*=[[:space:]]*'5.9'/s.swift_version = '6.0'/" ${{ matrix.product }}.podspec
81+
setup_command: scripts/update_vertexai_responses.sh
8482

8583
quickstart:
8684
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'

0 commit comments

Comments
 (0)