1
Fork 0

ci: use ubuntu-22 for large runners

This commit is contained in:
MarcoIeni 2024-12-17 18:00:02 +01:00
parent f23a80a4c2
commit ca2068ec43
No known key found for this signature in database

View file

@ -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