From a157922ec6d6d873a37aed1beccc0095c3a70ca8 Mon Sep 17 00:00:00 2001 From: zstar <65890619+zstar1003@users.noreply.github.com> Date: Sun, 30 Mar 2025 01:37:28 +0800 Subject: [PATCH] fix: update ci runner (#5) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d7309ef..016498e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: # https://docs.github.com/en/actions/using-jobs/using-conditions-to-control-job-execution # https://github.com/orgs/community/discussions/26261 if: ${{ github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'ci') }} - runs-on: [ "self-hosted", "debug" ] + runs-on: ubuntu-22.04 steps: # https://github.com/hmarr/debug-action #- uses: hmarr/debug-action@v2