summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-29 15:17:06 +0100
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-01-29 17:05:23 +0100
commit868c318ba3657b4d77ce08241f568694288b6f99 (patch)
treeefe6db8c00638847511dca311b8d74a7cf080cdc /.github
parentfc4b61d0b91735ff7ad13348b7db720c2794137e (diff)
downloadsystemd-868c318ba3657b4d77ce08241f568694288b6f99.tar.gz
mkosi: Add back CentOS Stream 8 to CI
It's still useful to test the EFI handover logic in systemd-boot. We use a mkosi.prepare script to install a newer python and update the system to use it.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/mkosi.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml
index 4b77be24b4..86321c0623 100644
--- a/.github/workflows/mkosi.yml
+++ b/.github/workflows/mkosi.yml
@@ -74,10 +74,12 @@ jobs:
release: tumbleweed
- distro: centos
release: "9"
+ - distro: centos
+ release: "8"
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- - uses: systemd/mkosi@37c0524360ee460174f83081fa14e0dc9bc6ee0d
+ - uses: systemd/mkosi@f36983f552a197faf9e36361cc68a297e68bee73
- name: Configure
run: |