From d679e320fa53c2ec3f7cc526f74d17d6c72e2b9b Mon Sep 17 00:00:00 2001 From: Hubert Kario Date: Wed, 8 Sep 2021 21:28:25 +0200 Subject: [PATCH] use Ubuntu 18.04 for old pythons as Actions deprecates 16.04 we need to migrate to 18.04 --- .github/workflows/ci.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 72108529..53563c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,27 +19,27 @@ jobs: container: centos:6 python-version: 2.6 - name: py2.7 - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: py27 - name: py2.7 with old gmpy - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: py27_old_gmpy - name: py2.7 with old gmpy2 - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: py27_old_gmpy2 - name: py2.7 with old six - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: py27_old_six - name: py2.7 with gmpy - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: gmpypy27 - name: py2.7 with gmpy2 - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 tox-env: gmpy2py27 - name: py3.3 @@ -88,7 +88,7 @@ jobs: tox-env: pypy3 # special configurations - name: py2.7 with instrumental - os: ubuntu-16.04 + os: ubuntu-18.04 python-version: 2.7 opt-deps: ['instrumental'] - name: code checks