Skip to content

Commit 8dc433d

Browse files
committed
chore: Update non-LTS Ubuntu target from 25.04 plucky to 25.10 questing
1 parent f5449c4 commit 8dc433d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/debian_build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
package: [bssh, bssh-server]
43-
distro: [jammy, noble, plucky]
43+
distro: [jammy, noble, questing]
4444
arch: [amd64, arm64]
4545
include:
4646
# OS runner mappings
@@ -61,13 +61,13 @@ jobs:
6161
os: ubuntu-24.04-arm
6262
version: "24.04"
6363
- arch: amd64
64-
distro: plucky
64+
distro: questing
6565
os: ubuntu-24.04
66-
version: "25.04"
66+
version: "25.10"
6767
- arch: arm64
68-
distro: plucky
68+
distro: questing
6969
os: ubuntu-24.04-arm
70-
version: "25.04"
70+
version: "25.10"
7171
# Binary asset mappings
7272
- arch: amd64
7373
package: bssh

0 commit comments

Comments
 (0)