mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-04 16:05:31 +00:00
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:
parent
1639f1fcab
commit
896387a15a
2 changed files with 2 additions and 2 deletions
2
.github/workflows/deb-packaging.yml
vendored
2
.github/workflows/deb-packaging.yml
vendored
|
|
@ -137,7 +137,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
dist: [jammy, noble, questing]
|
||||
dist: [jammy, noble, resolute]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue