Skip to content

Commit 789b601

Browse files
victoryforceTurboGit
authored andcommitted
Bump Ubuntu to 25.10 in Linux CI jobs
1 parent 58069f1 commit 789b601

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
fail-fast: true
5959
matrix:
6060
distro:
61-
- "ubuntu:25.04"
61+
- "ubuntu:25.10"
6262
compiler:
6363
- { compiler: GNU15, CC: gcc-15, CXX: g++-15, packages: gcc-15 g++-15 }
6464
- { compiler: LLVM20, CC: clang-20, CXX: clang++-20, packages: clang-20 libomp-20-dev llvm-20-dev libc++-20-dev libc++abi1-20 lld-20 clang-tools-20 mlir-20-tools libmlir-20-dev}
@@ -71,7 +71,7 @@ jobs:
7171
eco: [-DDONT_USE_INTERNAL_LIBRAW=ON]
7272
include:
7373
# We want one run in CI to be Debug to make sure the Debug build isn't broken
74-
- distro: "ubuntu:25.04"
74+
- distro: "ubuntu:25.10"
7575
btype: Debug
7676
compiler: { compiler: GNU15, CC: gcc-15, CXX: g++-15, packages: gcc-15 g++-15 }
7777
target: skiptest
@@ -123,7 +123,7 @@ jobs:
123123
libcups2-dev \
124124
libcurl4-gnutls-dev \
125125
libexiv2-dev \
126-
libgdk-pixbuf2.0-dev \
126+
libgdk-pixbuf-2.0-dev \
127127
libglib2.0-dev \
128128
libgmic-dev \
129129
libgphoto2-dev \

0 commit comments

Comments
 (0)