Skip to content

Commit

Permalink
rm macOS swift builds
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 29, 2024
1 parent 6b44ed9 commit a5e559e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/swift-integration.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import 'dart:convert';

void main() async {
await buildSwiftExampleApp('ios', 'firebase_core');
await buildSwiftExampleApp('ios', 'cloud_firestore');
// won't build on CI with logs giving no indication why
// https://github.com/firebase/flutterfire/actions/runs/11575223412/job/32221294182?pr=13329#step:6:138
// await buildSwiftExampleApp('macos', 'firebase_core');
await buildSwiftExampleApp('ios', 'cloud_firestore');
await buildSwiftExampleApp('macos', 'cloud_firestore');
// await buildSwiftExampleApp('macos', 'cloud_firestore');
}

Future<void> deleteFirstLine(String filePath) async {
Expand Down

0 comments on commit a5e559e

Please sign in to comment.