From ccc8c7997ee62f44d6dc19fa6e483747d1085521 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Wed, 12 Apr 2023 17:20:54 +0200 Subject: [PATCH] use larger machines --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index f96c53fb..3c8f2258 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -17,7 +17,7 @@ concurrency: jobs: run_tests: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest-16-cores env: SCCACHE_GHA_ENABLED: "on"