From: Frantisek Sumsal Date: Fri, 29 Jan 2021 17:13:13 +0000 (+0100) Subject: ci: 'downgrade' Ubuntu version to Bionic X-Git-Tag: v2.37-rc1~139^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4076d51e2ede48fa0aa4492a62067c5d26da0a23;p=thirdparty%2Futil-linux.git ci: 'downgrade' Ubuntu version to Bionic Since the current Ubuntu Focal image in GH Actions is missing the `kernel-modules-extra` package with the `scsi_debug` module[0], let's change the distro flag from `ubuntu-20.04` (Focal) to `ubuntu-latest` (currently Bionic, as Focal is still in the beta phase). [0] https://github.community/t/missing-scsi-debug-linux-kernel-module-on-gh-actions/157698 --- diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml index df0345d32e..e8556eba85 100644 --- a/.github/workflows/cibuild.yml +++ b/.github/workflows/cibuild.yml @@ -12,7 +12,7 @@ on: jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: fail-fast: false matrix: