From 9b83acffe65a64ad0ac3cebb84355555a4ab25a3 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Fri, 29 May 2026 08:26:41 +0200 Subject: [PATCH] ci: increase runner size for compat build Signed-off-by: deadprogram --- .github/workflows/compat.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compat.yml b/.github/workflows/compat.yml index 7ba585dc7..5cc32ecef 100644 --- a/.github/workflows/compat.yml +++ b/.github/workflows/compat.yml @@ -16,7 +16,7 @@ concurrency: jobs: test-compat: - runs-on: ubuntu-22.04 # this must be a specific version for the apt install below + runs-on: ubuntu-22.04-better # this must be a specific version for the apt install below env: # Oldest versions currently supported by TinyGo LLVM: "15"