summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2021-01-29 18:13:13 +0100
committerFrantisek Sumsal <frantisek@sumsal.cz>2021-01-30 19:11:23 +0100
commit4076d51e2ede48fa0aa4492a62067c5d26da0a23 (patch)
tree99e0bafe15cb5c4486aa38fd7a71cc48c2a400c7 /.github
parentdeba6720fb96951bf81338363eb9e6c2f352ffd3 (diff)
downloadutil-linux-4076d51e2ede48fa0aa4492a62067c5d26da0a23.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cibuild.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cibuild.yml b/.github/workflows/cibuild.yml
index df0345d32..e8556eba8 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: