Skip to content

Commit

Permalink
Merge pull request #776 from tlsfuzzer/ubuntu-18.04
Browse files Browse the repository at this point in the history
use ubuntu-18.04 for old pythons
  • Loading branch information
tomato42 committed Sep 9, 2021
2 parents 27b48ab + 8537c95 commit 09d51ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: centos:6
python-version: 2.6
- name: py2.7
os: ubuntu-16.04
os: ubuntu-18.04
python-version: 2.7
- name: py3.3
os: ubuntu-18.04
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
python-version: 2.6
opt-deps: ['extract']
- name: py2.7 with extract
os: ubuntu-16.04
os: ubuntu-18.04
python-version: 2.7
opt-deps: ['extract']
- name: py3.3 with extract
Expand Down

0 comments on commit 09d51ea

Please sign in to comment.