@@ -105,8 +105,7 @@ jobs:
105
105
(github.event_name == 'pull_request' && needs.changes.outputs.changed == 'true')
106
106
strategy :
107
107
matrix :
108
- # TODO(#12769): Update to macos-14 which doesn't include Python 3.7
109
- os : [macos-12, ubuntu-latest]
108
+ os : [macos-14, ubuntu-latest]
110
109
111
110
env :
112
111
MINT_PATH : ${{ github.workspace }}/mint
@@ -132,7 +131,7 @@ jobs:
132
131
133
132
- uses : actions/setup-python@v4
134
133
with :
135
- python-version : ' 3.7 '
134
+ python-version : ' 3.10 '
136
135
137
136
- name : Setup build
138
137
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
@@ -153,8 +152,7 @@ jobs:
153
152
154
153
strategy :
155
154
matrix :
156
- # TODO(#12769): Update to macos-14 which doesn't include Python 3.7
157
- os : [macos-12]
155
+ os : [macos-14]
158
156
databaseId : [(default), test-db]
159
157
160
158
env :
@@ -183,7 +181,7 @@ jobs:
183
181
184
182
- uses : actions/setup-python@v4
185
183
with :
186
- python-version : ' 3.7 '
184
+ python-version : ' 3.10 '
187
185
188
186
- name : Install Secret GoogleService-Info.plist
189
187
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/firestore.plist.gpg \
@@ -241,8 +239,7 @@ jobs:
241
239
242
240
strategy :
243
241
matrix :
244
- # TODO(#12769): Update to macos-14 which doesn't include Python 3.7
245
- os : [macos-12]
242
+ os : [macos-14]
246
243
sanitizer : [asan, tsan]
247
244
248
245
runs-on : ${{ matrix.os }}
@@ -263,7 +260,7 @@ jobs:
263
260
264
261
- uses : actions/setup-python@v4
265
262
with :
266
- python-version : ' 3.7 '
263
+ python-version : ' 3.10 '
267
264
268
265
- name : Setup build
269
266
run : scripts/install_prereqs.sh Firestore ${{ runner.os }} cmake
0 commit comments