aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:29:58 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-02 23:29:58 +0100
commitcb23e864f787f1f3b128043592ace92f6dd1b535 (patch)
treea42dff8588c9afe15eb181970760d1080547242a
parentworkflows/basic: drop Python 3.6 (diff)
downloadcmake-common-cb23e864f787f1f3b128043592ace92f6dd1b535.tar.gz
cmake-common-cb23e864f787f1f3b128043592ace92f6dd1b535.zip
workflows/basic: unpin runner image
-rw-r--r--.github/workflows/basic.yml4
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 }}'