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