mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
ci: increase runner size for compat build
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -16,7 +16,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-compat:
|
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:
|
env:
|
||||||
# Oldest versions currently supported by TinyGo
|
# Oldest versions currently supported by TinyGo
|
||||||
LLVM: "15"
|
LLVM: "15"
|
||||||
|
|||||||
Reference in New Issue
Block a user