We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debian 10
Debian 12
1 parent f521540 commit 5d70617Copy full SHA for 5d70617
1 file changed
.github/workflows/build-and-test.yml
@@ -17,8 +17,8 @@ jobs:
17
matrix:
18
image:
19
- 'centos:7'
20
- - 'debian:10'
21
- 'debian:11'
+ - 'debian:12'
22
- 'debian:testing'
23
- 'fedora:36'
24
- 'fedora:37'
@@ -45,7 +45,7 @@ jobs:
45
- image: 'ubuntu:22.04'
46
build_system: CMake
47
compiler: LLVM
48
- - image: 'debian:11'
+ - image: 'debian:12'
49
50
compiler: GNU
51
mapnik_latest: true
0 commit comments