From 4af34acd1550d9cdd901e717af046cd5fdb26c02 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Fri, 21 Feb 2025 09:24:35 -0700 Subject: [PATCH] ci: update `runs-on` --- .github/workflows/deploy-clean.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-clean.yml b/.github/workflows/deploy-clean.yml index 6ad122ce..4c8b2623 100644 --- a/.github/workflows/deploy-clean.yml +++ b/.github/workflows/deploy-clean.yml @@ -124,7 +124,8 @@ env: jobs: cleanup: - runs-on: ubuntu-latest + # runs-on: ubuntu-latest + runs-on: apollo-x64 timeout-minutes: 20 permissions: write-all