ci: increase runner size for compat build

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram
2026-05-29 08:26:41 +02:00
committed by Ron Evans
parent 67aa15e92e
commit 9b83acffe6
+1 -1
View File
@@ -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"