From 10725c9e01444975ed052cc3df5c30feb548f72d Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Tue, 5 May 2026 14:16:53 +0100 Subject: [PATCH] ci: run Slack Mantis harness on GitHub runners --- .github/workflows/mantis-slack-desktop-smoke.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mantis-slack-desktop-smoke.yml b/.github/workflows/mantis-slack-desktop-smoke.yml index 6949ba4e67b..133def9f590 100644 --- a/.github/workflows/mantis-slack-desktop-smoke.yml +++ b/.github/workflows/mantis-slack-desktop-smoke.yml @@ -54,7 +54,7 @@ env: jobs: authorize_actor: name: Authorize workflow actor - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: ubuntu-24.04 steps: - name: Require maintainer-level repository access uses: actions/github-script@v8 @@ -78,7 +78,7 @@ jobs: validate_ref: name: Validate candidate ref needs: authorize_actor - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: ubuntu-24.04 outputs: candidate_revision: ${{ steps.validate.outputs.candidate_revision }} steps: @@ -132,7 +132,7 @@ jobs: run_slack_desktop: name: Run Slack desktop smoke needs: validate_ref - runs-on: blacksmith-8vcpu-ubuntu-2404 + runs-on: ubuntu-24.04 timeout-minutes: 180 environment: qa-live-shared steps: