We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c695938 commit 85ff4f3Copy full SHA for 85ff4f3
.github/workflows/ci.yaml
@@ -363,7 +363,7 @@ jobs:
363
364
cargo-test-macos:
365
name: "cargo test (macos)"
366
- runs-on: depot-windows-2022-16
+ runs-on: macos-latest
367
needs: determine_changes
368
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
369
timeout-minutes: 20
0 commit comments