We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 938963e commit a2302d9Copy full SHA for a2302d9
.github/workflows/firestore.yml
@@ -105,7 +105,6 @@ jobs:
105
(github.event_name == 'pull_request' && needs.changes.outputs.changed == 'true')
106
strategy:
107
matrix:
108
- # TODO(#12769): Update to macos-14 which doesn't include Python 3.7
109
os: [macos-14, ubuntu-latest]
110
111
env:
@@ -153,7 +152,6 @@ jobs:
153
152
154
155
156
157
os: [macos-14]
158
databaseId: [(default), test-db]
159
@@ -241,7 +239,6 @@ jobs:
241
239
242
240
243
244
245
246
sanitizer: [asan, tsan]
247
0 commit comments