diff options
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 228b701b5..be1945e51 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -14,7 +14,7 @@ concurrency: jobs: build: - runs-on: ubuntu-latest + runs-on: buildjet-4vcpu-ubuntu-2204 if: "!contains(github.event.head_commit.message, '[ci skip]')" @@ -38,10 +38,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 |
