Browse Source

.github/workflows: use ubuntu-22.04 for qemu tests

Fixes #6507

Signed-off-by: Maisem Ali <[email protected]>
Maisem Ali 3 years ago
parent
commit
732c3d2ed0
1 changed files with 1 additions and 5 deletions
  1. 1 5
      .github/workflows/linux.yml

+ 1 - 5
.github/workflows/linux.yml

@@ -15,7 +15,7 @@ concurrency:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
 
     if: "!contains(github.event.head_commit.message, '[ci skip]')"
 
@@ -39,10 +39,6 @@ jobs:
 
     - name: Get QEMU
       run: |
-        # The qemu in Ubuntu 20.04 (Focal) is too old; we need 5.x something
-        # to run Go binaries. 5.2.0 (Debian bullseye) empirically works, and
-        # use this PPA which brings in a modern qemu.
-        sudo add-apt-repository -y ppa:jacob/virtualisation
         sudo apt-get -y update
         sudo apt-get -y install qemu-user