From 0e3ad9ee6976d05fdb0d8ea520bc44aacf53ef7e Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 12 Feb 2023 01:57:38 +0100 Subject: build: debian: upgrade releases --- .github/workflows/yatr.yaml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml index e6996db..8e5115d 100644 --- a/.github/workflows/yatr.yaml +++ b/.github/workflows/yatr.yaml @@ -27,20 +27,23 @@ jobs: image: ubuntu-20.04 - target: dist-srpm compiler: gcc - image: ubuntu-20.04 + image: ubuntu-22.04 - target: deb-bullseye-amd64 compiler: gcc - image: ubuntu-20.04 + image: ubuntu-22.04 - target: deb-bookworm-amd64 compiler: gcc - image: ubuntu-20.04 + image: ubuntu-22.04 - target: deb-sid-amd64 compiler: gcc - image: ubuntu-20.04 + image: ubuntu-22.04 - target: deb-focal-amd64 compiler: gcc - image: ubuntu-20.04 - - target: deb-impish-amd64 + image: ubuntu-22.04 + - target: deb-jammy-amd64 + compiler: gcc + image: ubuntu-22.04 + - target: deb-kinetic-amd64 compiler: gcc image: ubuntu-20.04 - target: static -- cgit v1.2.3-18-g5258