summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Kario <hubert@kario.pl>2023-02-23 22:39:59 +0100
committerHubert Kario <hubert@kario.pl>2023-02-24 15:41:55 +0100
commit7a0101901a3704a997fcfabdb34b34b887aa0bf2 (patch)
tree6d18aa25a93b89ae50f92d766bd69c9bf0ac4611
parent0edcc812994df273b86f815db66476c22a67969f (diff)
downloadecdsa-7a0101901a3704a997fcfabdb34b34b887aa0bf2.tar.gz
upgrade containers to ubuntu-20.04
as ubuntu-18.04 is no longer supported, we need to start using newer version
-rw-r--r--.github/workflows/ci.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 44c169e..f16d881 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -24,35 +24,35 @@ jobs:
python-version: "3.10"
tox-env: py310
- name: py2.7
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: py27
- name: py2.7 with old gmpy
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: py27_old_gmpy
- name: py2.7 with old gmpy2
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: py27_old_gmpy2
- name: py2.7 with old six
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: py27_old_six
- name: py2.7 with gmpy
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: gmpypy27
- name: py2.7 with gmpy2
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
tox-env: gmpy2py27
- name: py3.5
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 3.5
tox-env: py35
- name: py3.6
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 3.6
tox-env: py36
- name: py3.7
@@ -93,7 +93,7 @@ jobs:
tox-env: pypy3
# special configurations
- name: py2.7 with instrumental
- os: ubuntu-18.04
+ os: ubuntu-20.04
python-version: 2.7
opt-deps: ['instrumental']
- name: code checks