Skip to content

Commit e11f8c1

Browse files
authored
Merge pull request #1178 from vvoland/gha-distros
ci: Test more distros in GHA workflow
2 parents fe5019f + c4c2b02 commit e11f8c1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
strategy:
1717
fail-fast: false
1818
matrix:
@@ -23,7 +23,10 @@ jobs:
2323
- ubuntu-jammy
2424
- ubuntu-noble
2525
- ubuntu-oracular
26+
- fedora-41
2627
- fedora-42
28+
- centos-9
29+
- centos-10
2730
steps:
2831
-
2932
name: Checkout

0 commit comments

Comments
 (0)