chore(linux): remove questing, add stonking

Ubuntu 25.10 Questing is EOL. Instead add upcoming Ubuntu 26.10 Stonking
for Launchpad builds.

Fixes: #16235
Build-bot: skip
Test-bot: skip
This commit is contained in:
Eberhard Beilharz 2026-07-13 18:21:35 +02:00
parent 1639f1fcab
commit 896387a15a
No known key found for this signature in database
GPG key ID: E9140597606020D3
2 changed files with 2 additions and 2 deletions

View file

@ -137,7 +137,7 @@ jobs:
strategy:
fail-fast: true
matrix:
dist: [jammy, noble, questing]
dist: [jammy, noble, resolute]
steps:
- name: Checkout

View file

@ -98,7 +98,7 @@ function upload_with_retry() {
return 1
}
distributions="${DIST:-jammy noble questing resolute}"
distributions="${DIST:-jammy noble resolute stonking}"
packageversion="${PACKAGEVERSION:-1~sil1}"
retries="${RETRIES:-5}"