From 520d0ed9753d4dad2d1f510dd8a77d6eb8a17730 Mon Sep 17 00:00:00 2001 From: jjnyn Date: Wed, 13 Aug 2025 16:36:41 +0800 Subject: [PATCH] Migrate GitHub Actions Workflows to Use Self-Hosted Runners --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86364c2..ef46cd0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ permissions: jobs: run_ci_tests: - runs-on: ubuntu-latest + runs-on: 2xlarge-spot steps: - name: Check out repository code uses: actions/checkout@v4