mirror of
https://github.com/DeterminateSystems/ci.git
synced 2025-06-09 02:58:44 +02:00
increase size runner for x86 liux
This commit is contained in:
parent
e917091b1e
commit
ba1e6f63b1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
|
@ -45,7 +45,7 @@ on:
|
||||||
{
|
{
|
||||||
"aarch64-darwin": "macos-latest",
|
"aarch64-darwin": "macos-latest",
|
||||||
"x86_64-darwin": "macos-latest",
|
"x86_64-darwin": "macos-latest",
|
||||||
"x86_64-linux": "ubuntu-latest",
|
"x86_64-linux": "ubuntu-20.04-4core",
|
||||||
"i686-linux": "ubuntu-latest"
|
"i686-linux": "ubuntu-latest"
|
||||||
}
|
}
|
||||||
outputs:
|
outputs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue