Skip to content

Commit 85ff4f3

Browse files
authored
Run macos tests on macos (#20889)
1 parent c695938 commit 85ff4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ jobs:
363363
364364
cargo-test-macos:
365365
name: "cargo test (macos)"
366-
runs-on: depot-windows-2022-16
366+
runs-on: macos-latest
367367
needs: determine_changes
368368
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
369369
timeout-minutes: 20

0 commit comments

Comments
 (0)