mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-21 15:17:40 +00:00
Merge pull request #12675 from keymanapp/chore/linux/plucky
chore(linux): add support for Ubuntu 25.04 Plucky Puffin
This commit is contained in:
commit
9ebe68fbc8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/deb-packaging.yml
vendored
4
.github/workflows/deb-packaging.yml
vendored
|
|
@ -116,7 +116,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
dist: [focal, jammy, noble]
|
||||
dist: [focal, jammy, noble, oracular]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -142,7 +142,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
dist: [oracular]
|
||||
dist: [plucky]
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue