Skip to content

Commit

Permalink
Merge pull request #1759 from devitocodes/remove-old-ubuntu
Browse files Browse the repository at this point in the history
ci: Update Ubuntu versions
  • Loading branch information
rhodrin committed Sep 22, 2021
2 parents e0ec639 + 915d924 commit 2a842fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/pytest-core-nompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:

matrix:
name: [
pytest-ubuntu-py36-gcc49-omp,
pytest-ubuntu-py37-gcc5-omp,
pytest-ubuntu-py38-gcc6-omp,
pytest-ubuntu-py36-gcc7-omp-sympy17,
Expand All @@ -39,12 +38,6 @@ jobs:
]
set: [base, adjoint]
include:
- name: pytest-ubuntu-py36-gcc49-omp
python-version: 3.6
os: ubuntu-16.04
arch: "gcc-4.9"
language: "openmp"

- name: pytest-ubuntu-py37-gcc5-omp
python-version: 3.7
os: ubuntu-18.04
Expand Down Expand Up @@ -77,7 +70,7 @@ jobs:

- name: pytest-ubuntu-py38-gcc9-omp
python-version: 3.8
os: ubuntu-18.04
os: ubuntu-20.04
arch: "gcc-9"
language: "openmp"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

include:
- name: tutos-ubuntu-gcc-py37
os: ubuntu-16.04
os: ubuntu-18.04
compiler: gcc
language: "openmp"

Expand Down

0 comments on commit 2a842fe

Please sign in to comment.