Skip to content

Commit 21b0b76

Browse files
Use ubuntu 24.04 and fedora 41 for CI testing (#5301)
The ubuntu 20.04 and fedora 38 are not supported any more. So let us upgrade to new releases for CI testing.
1 parent 27dee08 commit 21b0b76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-build-containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
strategy:
2525
matrix:
2626
os: [
27-
{distro: "ubuntu", version: "20.04", nick: focal, installed_llvm_versions: "12 15 17"},
28-
{distro: "fedora", version: "38", nick: "f38", installed_llvm_versions: "this is not used"},
27+
{distro: "ubuntu", version: "24.04", nick: focal, installed_llvm_versions: "12 15 17 19"},
28+
{distro: "fedora", version: "41", nick: "f41", installed_llvm_versions: "this is not used"},
2929
]
3030

3131
steps:

0 commit comments

Comments
 (0)