From 4a31c2e3b438c7c531bc15c8f59138575b9cde35 Mon Sep 17 00:00:00 2001 From: Chi Fujii Date: Tue, 18 Feb 2025 10:33:46 +0900 Subject: [PATCH] run on ubicould --- .github/workflows/ferretdb_go_tests.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/ferretdb_go_tests.yml b/.github/workflows/ferretdb_go_tests.yml index 0aa43fd3..1c53d7a4 100644 --- a/.github/workflows/ferretdb_go_tests.yml +++ b/.github/workflows/ferretdb_go_tests.yml @@ -25,15 +25,9 @@ env: jobs: test: name: Test - - # CI cannot find ubicloud-standard-4 runner and displays the following message: - # `Waiting for a runner to pick up this job...` - # # https://www.ubicloud.com/docs/about/pricing#github-actions # https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions#per-minute-rates-for-larger-runners - # runs-on: ubicloud-standard-4 - - runs-on: ubuntu-24.04 + runs-on: ubicloud-standard-4 timeout-minutes: 15