ci: use ubuntu-22 for large runners
This commit is contained in:
parent
f23a80a4c2
commit
ca2068ec43
1 changed files with 3 additions and 3 deletions
|
@ -12,15 +12,15 @@ runners:
|
|||
|
||||
# Large runner used mainly for its bigger disk capacity
|
||||
- &job-linux-4c-largedisk
|
||||
os: ubuntu-20.04-4core-16gb
|
||||
os: ubuntu-22.04-4core-16gb
|
||||
<<: *base-job
|
||||
|
||||
- &job-linux-8c
|
||||
os: ubuntu-20.04-8core-32gb
|
||||
os: ubuntu-22.04-8core-32gb
|
||||
<<: *base-job
|
||||
|
||||
- &job-linux-16c
|
||||
os: ubuntu-20.04-16core-64gb
|
||||
os: ubuntu-22.04-16core-64gb
|
||||
<<: *base-job
|
||||
|
||||
- &job-macos-xl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue