From 4c2269673dc92811304f26c001633f3cf080bc94 Mon Sep 17 00:00:00 2001 From: "Heinz N. Gies" Date: Thu, 30 Mar 2023 14:03:11 +0200 Subject: [PATCH] Bump to 16 core for memory Signed-off-by: Heinz N. Gies --- .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 849e04dc77..1ed6d61f1f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ on: jobs: tests-linux: - runs-on: ubuntu-latest-8-cores + runs-on: ubuntu-latest-16-cores steps: - uses: actions/checkout@v3 - name: Install deps