From da900af96347cc027433720ad4f122117645459d Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 23 Jan 2025 19:12:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Run=20smoke=20tests=20against=20?= =?UTF-8?q?Ubuntu=2024=20and=2022?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are pinned instead of using `-latest` in the interest of better reproducibility in the CI. --- .github/workflows/reusable-smoke-test.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reusable-smoke-test.yml b/.github/workflows/reusable-smoke-test.yml index 1b59efa..7d06163 100644 --- a/.github/workflows/reusable-smoke-test.yml +++ b/.github/workflows/reusable-smoke-test.yml @@ -53,7 +53,13 @@ jobs: smoke-test: - runs-on: ubuntu-latest + strategy: + matrix: + os: + - ubuntu-24.04 + - ubuntu-22.04 + + runs-on: ${{ matrix.os }} services: devpi: