Skip to content

Commit d445d90

Browse files
committed
fix: Update debian_build.yml distro from questing to resolute
The matrix definition referenced 'questing' but the include section only had mappings for 'jammy', 'noble', and 'resolute'. This mismatch caused GitHub Actions workflow validation to fail (Job 24348685207). Now both the matrix and include section consistently use resolute for Ubuntu 26.04.
1 parent 5bac9b9 commit d445d90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/debian_build.yml

Lines changed: 1 addition & 1 deletion
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, questing]
43+
distro: [jammy, noble, resolute]
4444
arch: [amd64, arm64]
4545
include:
4646
# OS runner mappings

0 commit comments

Comments
 (0)