diff options
author | Nathan Wallace <dev@nathanbw.com> | 2022-05-23 16:12:57 -0400 |
---|---|---|
committer | Tim Flynn <trflynn89@pm.me> | 2022-05-24 06:30:57 -0400 |
commit | 2f1029e7c40c68284192c0a31b0da87edb58ed20 (patch) | |
tree | 0151f7cf3ba1b16e45c5dbece47a76e2f874d018 /.github/workflows/libjs-test262.yml | |
parent | 6a4b125fe50aaa3f59fdcc09f34b17ba23d49666 (diff) | |
download | serenity-2f1029e7c40c68284192c0a31b0da87edb58ed20.zip |
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
Diffstat (limited to '.github/workflows/libjs-test262.yml')
-rw-r--r-- | .github/workflows/libjs-test262.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/libjs-test262.yml b/.github/workflows/libjs-test262.yml index 2ae04cd89f..cce1c5001c 100644 --- a/.github/workflows/libjs-test262.yml +++ b/.github/workflows/libjs-test262.yml @@ -47,7 +47,6 @@ jobs: - name: Install dependencies run: | - sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt-get update sudo apt-get install -y ninja-build unzip gcc-11 g++-11 jq wget test -e /opt/wabt-1.0.27 || ( |