Skip to content

Commit 1bfef64

Browse files
committed
Jenkinsfile: Build on Ubuntu 25.10
1 parent 058a3e5 commit 1bfef64

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pipeline {
55
matrix {
66
agent {
77
docker {
8-
image 'juzzlin/qt6-25.04:latest'
8+
image 'juzzlin/qt6-25.10:latest'
99
args '--privileged -t -v $WORKSPACE:/noteahead'
1010
}
1111
}
@@ -29,7 +29,7 @@ pipeline {
2929
axes {
3030
axis {
3131
name 'UBUNTU_VERSION'
32-
values '24.04', '25.04'
32+
values '24.04', '25.10'
3333
}
3434
}
3535
stages {

0 commit comments

Comments
 (0)