Run macos tests on macos (#20889)

This commit is contained in:
Micha Reiser
2025-10-15 14:41:33 +02:00
committed by GitHub
parent c6959381f8
commit 85ff4f3eef

View File

@@ -363,7 +363,7 @@ jobs:
cargo-test-macos:
name: "cargo test (macos)"
runs-on: depot-windows-2022-16
runs-on: macos-latest
needs: determine_changes
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
timeout-minutes: 20