File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 6666 include :
6767 # MacOS
6868 - package : osx_dmg
69- runs-on : macos-13
69+ runs-on : macos-12
7070 arch : x64
7171 hadron-platform : darwin
7272 - package : osx_zip
@@ -132,7 +132,6 @@ jobs:
132132 - hadron-distribution : compass-readonly
133133 test : auto-update-to
134134
135-
136135 # TODO(COMPASS-9067): auto-update-from does not work for windows. Not
137136 # even manually. It downloads the releases file, the toast appears
138137 # that says it is downloading the update, the log appears that says
@@ -178,7 +177,7 @@ jobs:
178177 uses : actions/setup-node@v4
179178 with :
180179 node-version : 20
181- cache : " npm"
180+ cache : ' npm'
182181
183182 - name : Run post-checkout command
184183 if : matrix.post-checkout-command
@@ -231,8 +230,8 @@ jobs:
231230 GITHUB_TOKEN : ${{ github.token }}
232231 # mongodb 8.0.6 requires macOS 14+. Just use an older version for now
233232 # 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'
236235 working-directory : packages/compass-smoke-tests
237236 # Using --skipUninstalling --skipCleanup because the runners are ephemeral
238237 run : npm start -- --package ${{ matrix.package }} --tests ${{ matrix.test }} --skipUninstall --skipCleanup
You can’t perform that action at this time.
0 commit comments