File tree 1 file changed +4
-5
lines changed 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 66
66
include :
67
67
# MacOS
68
68
- package : osx_dmg
69
- runs-on : macos-13
69
+ runs-on : macos-12
70
70
arch : x64
71
71
hadron-platform : darwin
72
72
- package : osx_zip
@@ -132,7 +132,6 @@ jobs:
132
132
- hadron-distribution : compass-readonly
133
133
test : auto-update-to
134
134
135
-
136
135
# TODO(COMPASS-9067): auto-update-from does not work for windows. Not
137
136
# even manually. It downloads the releases file, the toast appears
138
137
# that says it is downloading the update, the log appears that says
@@ -178,7 +177,7 @@ jobs:
178
177
uses : actions/setup-node@v4
179
178
with :
180
179
node-version : 20
181
- cache : " npm"
180
+ cache : ' npm'
182
181
183
182
- name : Run post-checkout command
184
183
if : matrix.post-checkout-command
@@ -231,8 +230,8 @@ jobs:
231
230
GITHUB_TOKEN : ${{ github.token }}
232
231
# mongodb 8.0.6 requires macOS 14+. Just use an older version for now
233
232
# so it will run on GitHub's mac runners
234
- MONGODB_VERSION : " 8.0.5"
235
- MONGODB_RUNNER_VERSION : " 8.0.5"
233
+ MONGODB_VERSION : ' 8.0.5'
234
+ MONGODB_RUNNER_VERSION : ' 8.0.5'
236
235
working-directory : packages/compass-smoke-tests
237
236
# Using --skipUninstalling --skipCleanup because the runners are ephemeral
238
237
run : npm start -- --package ${{ matrix.package }} --tests ${{ matrix.test }} --skipUninstall --skipCleanup
You can’t perform that action at this time.
0 commit comments