Skip to content

Commit 5b86451

Browse files
committed
ci: add ubuntu 24.04
1 parent 616018c commit 5b86451

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
image:
1919
- 'ubuntu:20.04'
2020
- 'ubuntu:22.04'
21+
- 'ubuntu:24.04'
2122
- 'debian:bullseye'
2223
- 'debian:bookworm'
2324
- 'rockylinux:8'

.github/workflows/packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
image: ['ubuntu:20.04', 'ubuntu:22.04', 'debian:bullseye', 'debian:bookworm']
19+
image: ['ubuntu:20.04', 'ubuntu:22.04', 'ubuntu:24.04', 'debian:bullseye', 'debian:bookworm']
2020

2121
name: Build DEBs on ${{ matrix.image }}
2222
container: ${{ matrix.image }}

0 commit comments

Comments
 (0)