mirror of
https://github.com/RGBCube/serenity
synced 2025-07-30 03:37:36 +00:00
Meta+CI: Upgrade to ubuntu-22.04
This commit upgrades Github Actions workers to ubuntu-22.04 As part of that change, we (currently) no longer need the backports nor toolchain-r/test PPAs, because ubuntu-22.04 include recent-enough version of QEMU and gcc
This commit is contained in:
parent
6a4b125fe5
commit
2f1029e7c4
12 changed files with 16 additions and 28 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
value: $(Build.SourcesDirectory)/.ccache
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
vmImage: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- template: Setup.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue