Skip to content

Commit ecb0c2d

Browse files
authored
Update Ubuntu versions to fix builds
Lunar is EOL. Added Oracular and Noble. See https://releases.ubuntu.com/ for actual versions.
1 parent 2326be7 commit ecb0c2d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.installer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,11 @@ jobs:
138138
# - ubuntu:trusty glibc too old
139139
# - ubuntu:xenial glibc too old
140140
# - ubuntu:bionic glibc too old
141+
# - ubuntu:lunar out of support
141142
- ubuntu:focal
142143
- ubuntu:jammy
143-
- ubuntu:lunar
144+
- ubuntu:24.04
145+
- ubuntu:24.10
144146

145147
- fedora:latest
146148

0 commit comments

Comments
 (0)