From cd24bbbd934e91f8b3bf6a1b81e7a0fb8e3a8a9d Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Thu, 19 Oct 2023 10:08:04 -0700 Subject: [PATCH] chore: update ubuntu releases for packaging workflow (#78) Update the ubuntu releases for the packaging workflow --- .github/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 60ab61db..547a19a0 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -51,8 +51,8 @@ jobs: - { distro: ubuntu, release: bionic } # LTS until Apr 2028 - { distro: ubuntu, release: focal } # LTS until Apr 2030 - { distro: ubuntu, release: jammy } # LTS until Apr 2032 - - { distro: ubuntu, release: kinetic } # Previous release - - { distro: ubuntu, release: lunar } # Current release + - { distro: ubuntu, release: lunar } # Previous release + - { distro: ubuntu, release: mantic } # Current release fail-fast: false env: # dpkg-buildpackage issues a warning if we attempt to cross compile and