Skip to content

Commit 812604c

Browse files
committed
ci: drop ubuntu 18.04 support
1 parent b40f372 commit 812604c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/ci-build.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,6 @@ jobs:
7070
container: variar/klogg_oracle8
7171
cmake_opts: -DCMAKE_BUILD_WITH_INSTALL_RPATH=on
7272

73-
- os: ubuntu_bionic
74-
os_version: 18.04
75-
arch: x64
76-
check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
77-
cpack_gen: DEB
78-
artifacts_id: bionic
79-
package_suffix: deb
80-
check_container: ubuntu:18.04
81-
container_root: docker/ubuntu18.04
82-
container: variar/klogg_ubuntu18.04
83-
cmake_opts: -DKLOGG_USE_LTO=OFF
84-
8573
- os: ubuntu_focal
8674
os_version: 20.04
8775
arch: x64
@@ -106,16 +94,28 @@ jobs:
10694
container: variar/klogg_ubuntu22.04
10795
cmake_opts:
10896

97+
- os: ubuntu_noble
98+
os_version: 24.04
99+
arch: x64
100+
check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
101+
cpack_gen: DEB
102+
artifacts_id: noble
103+
package_suffix: deb
104+
check_container: ubuntu:24.04
105+
container_root: docker/ubuntu24.04
106+
container: variar/klogg_ubuntu24.04
107+
cmake_opts:
108+
109109
- os: ubuntu_appimage
110-
os_version: 18.04
110+
os_version: 20.04
111111
arch: x64
112112
#check_command: apt-get update && apt install --dry-run /usr/local/klogg*.deb
113113
#cpack_gen: DEB
114114
artifacts_id: appimage
115115
package_suffix: AppImage
116116
#check_container: ubuntu:18.04
117-
container_root: docker/ubuntu18.04_qt5.15
118-
container: variar/klogg_ubuntu18.04_qt5.15
117+
container_root: docker/ubuntu20.04_qt5.15
118+
container: variar/klogg_ubuntu20.04_qt5.15
119119
cmake_opts: -DKLOGG_USE_LTO=OFF -DCMAKE_PREFIX_PATH=/opt/qt515/
120120

121121

0 commit comments

Comments
 (0)