We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce0174 commit 2c9d0baCopy full SHA for 2c9d0ba
2 files changed
.github/workflows/e2e.yml
@@ -87,7 +87,7 @@ jobs:
87
script: flutter test integration_test/firebase_ui_test.dart --dart-define=CI=true -d emulator-5554
88
89
ios:
90
- runs-on: macos-14
+ runs-on: macos-15
91
timeout-minutes: 45
92
steps:
93
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
@@ -185,7 +185,7 @@ jobs:
185
flutter test ./integration_test/firebase_ui_test.dart -d "$SIMULATOR" --dart-define=CI=true
186
187
macos:
188
189
190
191
tests/.gitignore
@@ -5,9 +5,11 @@
5
*.swp
6
.DS_Store
7
.atom/
8
+.build/
9
.buildlog/
10
.history
11
.svn/
12
+.swiftpm/
13
migrate_working_dir/
14
15
# IntelliJ related
0 commit comments