Skip to content

Commit

Permalink
Build packages for Debian 12, remove EoL systems (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg authored Mar 6, 2024
1 parent d781fb7 commit 86c86d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: ["ubuntu-jammy", "ubuntu-focal", "ubuntu-bionic", "debian-buster", "debian-bullseye"]
os:
- ubuntu-jammy # Ubuntu 22.04
- ubuntu-focal # Ubuntu 20.04
- debian-bookworm # Debian 12
- debian-bullseye # Debian 11
fail-fast: false
steps:
- name: Checkout
Expand Down

0 comments on commit 86c86d1

Please sign in to comment.