From c5947641ef4531ee70875605374ad8990c1d55a8 Mon Sep 17 00:00:00 2001 From: mayeut Date: Tue, 15 Oct 2024 14:55:46 +0200 Subject: [PATCH] fix(ci): test sdist on ubuntu-22.04 python 3.7 is not available on ubuntu-latest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8e56c18..7e92743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,7 @@ jobs: test_sdist: name: Test SDist with python ${{ matrix.python }} needs: [build_sdist] - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: