Skip to content

Commit

Permalink
Merge pull request #12675 from keymanapp/chore/linux/plucky
Browse files Browse the repository at this point in the history
chore(linux): add support for Ubuntu 25.04 Plucky Puffin
  • Loading branch information
ermshiperete authored Nov 15, 2024
2 parents 8c59148 + 34e314f commit 9ebe68f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
strategy:
fail-fast: true
matrix:
dist: [focal, jammy, noble]
dist: [focal, jammy, noble, oracular]

steps:
- name: Checkout
Expand All @@ -142,7 +142,7 @@ jobs:
strategy:
fail-fast: true
matrix:
dist: [oracular]
dist: [plucky]

steps:
- name: Checkout
Expand Down

0 comments on commit 9ebe68f

Please sign in to comment.