Skip to content

Commit a17af98

Browse files
committed
ci: build on CentOS 10
- Add builds on CentOS 10 - Drop build on EOL CentOS 8 Signed-off-by: Jean-Louis Dupond <jean-louis@dupond.be>
1 parent dda363b commit a17af98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15-
- name: centos-stream-8
16-
shortcut: cs8
17-
container-name: el8stream
1815
- name: centos-stream-9
1916
shortcut: cs9
2017
container-name: el9stream
18+
- name: centos-stream-10
19+
shortcut: cs10
20+
container-name: el10stream
2121
name: ${{ matrix.name }}
2222
container:
2323
image: quay.io/ovirt/buildcontainer:${{ matrix.container-name }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v5
2626

2727
- name: Install testing dependencies
2828
run: |

0 commit comments

Comments
 (0)