From a0deabd04c2a7c49efcdce6b33d9613d6d3485bd Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 12 Feb 2023 19:17:54 +0100 Subject: build: debian: disable tests for recent distros git-fast-import hangs for some reason I don't know yet when running under dpkg-buildpackage, but works fine otherwise. --- .github/workflows/yatr.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/yatr.yaml b/.github/workflows/yatr.yaml index 8e5115d..897c41e 100644 --- a/.github/workflows/yatr.yaml +++ b/.github/workflows/yatr.yaml @@ -27,7 +27,7 @@ jobs: image: ubuntu-20.04 - target: dist-srpm compiler: gcc - image: ubuntu-22.04 + image: ubuntu-20.04 - target: deb-bullseye-amd64 compiler: gcc image: ubuntu-22.04 @@ -45,7 +45,7 @@ jobs: image: ubuntu-22.04 - target: deb-kinetic-amd64 compiler: gcc - image: ubuntu-20.04 + image: ubuntu-22.04 - target: static compiler: gcc image: ubuntu-20.04 -- cgit v1.2.3-18-g5258