From cb23e864f787f1f3b128043592ace92f6dd1b535 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 2 Mar 2023 23:29:58 +0100 Subject: workflows/basic: unpin runner image --- .github/workflows/basic.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/basic.yml b/.github/workflows/basic.yml index 5477d4d..93f4e29 100644 --- a/.github/workflows/basic.yml +++ b/.github/workflows/basic.yml @@ -60,9 +60,7 @@ jobs: matrix: python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] include: - # Unpin when this is fixed: - # https://github.com/actions/setup-python/issues/544 - - os: ubuntu-20.04 + - os: ubuntu-latest - boost-version: 1.78.0 runs-on: '${{ matrix.os }}' name: 'Python ${{ matrix.python-version }}' -- cgit v1.2.3