Skip to content

Commit c7b5e06

Browse files
authored
Merge pull request #264 from tlsfuzzer/ubuntu16.04-deprecation
use Ubuntu 18.04 for old pythons
2 parents 7df958e + d679e32 commit c7b5e06

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,27 @@ jobs:
1919
container: centos:6
2020
python-version: 2.6
2121
- name: py2.7
22-
os: ubuntu-16.04
22+
os: ubuntu-18.04
2323
python-version: 2.7
2424
tox-env: py27
2525
- name: py2.7 with old gmpy
26-
os: ubuntu-16.04
26+
os: ubuntu-18.04
2727
python-version: 2.7
2828
tox-env: py27_old_gmpy
2929
- name: py2.7 with old gmpy2
30-
os: ubuntu-16.04
30+
os: ubuntu-18.04
3131
python-version: 2.7
3232
tox-env: py27_old_gmpy2
3333
- name: py2.7 with old six
34-
os: ubuntu-16.04
34+
os: ubuntu-18.04
3535
python-version: 2.7
3636
tox-env: py27_old_six
3737
- name: py2.7 with gmpy
38-
os: ubuntu-16.04
38+
os: ubuntu-18.04
3939
python-version: 2.7
4040
tox-env: gmpypy27
4141
- name: py2.7 with gmpy2
42-
os: ubuntu-16.04
42+
os: ubuntu-18.04
4343
python-version: 2.7
4444
tox-env: gmpy2py27
4545
- name: py3.3
@@ -88,7 +88,7 @@ jobs:
8888
tox-env: pypy3
8989
# special configurations
9090
- name: py2.7 with instrumental
91-
os: ubuntu-16.04
91+
os: ubuntu-18.04
9292
python-version: 2.7
9393
opt-deps: ['instrumental']
9494
- name: code checks

0 commit comments

Comments
 (0)