summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHubert Kario <hkario@redhat.com>2021-09-08 21:28:25 +0200
committerHubert Kario <hkario@redhat.com>2021-09-08 21:28:25 +0200
commitd679e320fa53c2ec3f7cc526f74d17d6c72e2b9b (patch)
tree6a24fa5ec0da04639d07575bf38ee400bfdabb02 /.github
parent7df958e18aa599c56abca951b8ebbbe3ce06657a (diff)
downloadecdsa-d679e320fa53c2ec3f7cc526f74d17d6c72e2b9b.tar.gz
use Ubuntu 18.04 for old pythons
as Actions deprecates 16.04 we need to migrate to 18.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7210852..53563c6 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