diff --git a/.gitea/workflows/macos-probe.yaml b/.gitea/workflows/macos-probe.yaml index 93cc630..a367f35 100644 --- a/.gitea/workflows/macos-probe.yaml +++ b/.gitea/workflows/macos-probe.yaml @@ -19,7 +19,10 @@ on: jobs: probe: - runs-on: "macos:host" + # Label NAME only. The runner was registered as `macos:host`, but `:host` is + # act_runner's execution-backend schema (run on the host, no container), not + # part of the label — so the label is just `macos`. + runs-on: macos steps: - name: identity, SDK, toolchains run: |