Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/firebaseai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
platform: iOS
device: iPhone 17 Pro
ios_version: "26.1"
- os: macos-15
xcode: "16.4"
platform: iOS
device: iPhone 16
ios_version: "18.4"
runs-on: ${{ matrix.os }}
env:
SETUP: firebaseai
Expand Down
2 changes: 1 addition & 1 deletion firebaseai/FirebaseAIExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@
repositoryURL = "https://github.com/peterfriese/ConversationKit";
requirement = {
kind = exactVersion;
version = 0.0.3;
version = 0.0.4;
};
};
88779D912EC8AC460080D023 /* XCRemoteSwiftPackageReference "firebase-ios-sdk" */ = {
Expand Down
Loading
Loading