From 85ff4f3eefc967ad7e283a0d7f2f417f95984ada Mon Sep 17 00:00:00 2001 From: Micha Reiser Date: Wed, 15 Oct 2025 14:41:33 +0200 Subject: [PATCH] Run macos tests on macos (#20889) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e5bd027e6..4b0a223a8f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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