From e9b8c9b6aa613986695f1d2d37f7028f0b171210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 3 Aug 2022 22:05:45 +0200 Subject: [PATCH] ci: fix Ubuntu code name when applying Debian patch --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 485550ffc..d8f70c3c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: run: ./tools/build-debian.sh test-patches - name: Build Debian packages - run: ./tools/build-debian.sh devel ubuntu/focal + run: ./tools/build-debian.sh devel ubuntu/jammy - name: Install Debian packages run: sudo dpkg -i ../weechat-devel*.deb