diff --git a/.github/workflows/blog-autopublish.yml b/.github/workflows/blog-autopublish.yml index 1941da1..0483ffb 100644 --- a/.github/workflows/blog-autopublish.yml +++ b/.github/workflows/blog-autopublish.yml @@ -40,7 +40,7 @@ concurrency: jobs: publish: name: Scan, publish, report - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, light] timeout-minutes: 15 env: RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd104f9..0f35ac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, light] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f644b5a..c55b8d6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: [self-hosted, linux, x64, rust-cpu] steps: - uses: actions/checkout@v4 with: