Merge pull request #12675 from keymanapp/chore/linux/plucky

chore(linux): add support for Ubuntu 25.04 Plucky Puffin
This commit is contained in:
Eberhard Beilharz 2024-11-15 17:03:07 +01:00 committed by GitHub
commit 9ebe68fbc8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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