diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:29:58 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-03-02 23:29:58 +0100 |
commit | cb23e864f787f1f3b128043592ace92f6dd1b535 (patch) | |
tree | a42dff8588c9afe15eb181970760d1080547242a /.github/workflows/basic.yml | |
parent | workflows/basic: drop Python 3.6 (diff) | |
download | cmake-common-cb23e864f787f1f3b128043592ace92f6dd1b535.tar.gz cmake-common-cb23e864f787f1f3b128043592ace92f6dd1b535.zip |
workflows/basic: unpin runner image
Diffstat (limited to '.github/workflows/basic.yml')
-rw-r--r-- | .github/workflows/basic.yml | 4 |
1 files changed, 1 insertions, 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 }}' |