From 3c58abd307d69bdc95ae1a3bd2be0b2b8ad3c7f2 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Mon, 2 Jan 2023 06:49:42 +0100 Subject: workflows/basic: fix Python 3.6 tests --- .github/workflows/basic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 9e8fd22..2396100 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -60,7 +60,9 @@ jobs: matrix: python-version: [3.6, 3.7, 3.8, 3.9, 3.x] include: - - os: ubuntu-latest + # Unpin when this is fixed: + # https://github.com/actions/setup-python/issues/544 + - os: ubuntu-20.04 - boost-version: 1.78.0 runs-on: '${{ matrix.os }}' name: 'Python ${{ matrix.python-version }}' -- cgit v1.2.3