We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5449c4 commit 8dc433dCopy full SHA for 8dc433d
1 file changed
.github/workflows/debian_build.yml
@@ -40,7 +40,7 @@ jobs:
40
fail-fast: false
41
matrix:
42
package: [bssh, bssh-server]
43
- distro: [jammy, noble, plucky]
+ distro: [jammy, noble, questing]
44
arch: [amd64, arm64]
45
include:
46
# OS runner mappings
@@ -61,13 +61,13 @@ jobs:
61
os: ubuntu-24.04-arm
62
version: "24.04"
63
- arch: amd64
64
- distro: plucky
+ distro: questing
65
os: ubuntu-24.04
66
- version: "25.04"
+ version: "25.10"
67
- arch: arm64
68
69
70
71
# Binary asset mappings
72
73
package: bssh
0 commit comments