Skip to content

Commit 56e283e

Browse files
committed
ci: Update workflow ubuntu version to 22.04 and gcc to 14
1 parent 014f845 commit 56e283e

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/pytest-core-mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
jobs:
1818
test-mpi-basic:
1919
name: pytest-mpi
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
strategy:
2222
matrix:
2323
python-version: ['3.9', '3.11']

.github/workflows/pytest-core-nompi.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: [
3333
pytest-ubuntu-py311-gcc11-cxxnoomp,
3434
pytest-ubuntu-py312-gcc12-cxxomp,
35-
pytest-ubuntu-py39-gcc7-omp,
35+
pytest-ubuntu-py39-gcc14-omp,
3636
pytest-ubuntu-py310-gcc10-noomp,
3737
pytest-ubuntu-py312-gcc13-omp,
3838
pytest-ubuntu-py39-gcc9-omp,
@@ -56,16 +56,16 @@ jobs:
5656
language: "CXXopenmp"
5757
sympy: "1.13"
5858

59-
- name: pytest-ubuntu-py39-gcc7-omp
59+
- name: pytest-ubuntu-py39-gcc14-omp
6060
python-version: '3.9'
61-
os: ubuntu-20.04
62-
arch: "gcc-7"
61+
os: ubuntu-22.04
62+
arch: "gcc-14"
6363
language: "openmp"
6464
sympy: "1.9"
6565

6666
- name: pytest-ubuntu-py310-gcc10-noomp
6767
python-version: '3.10'
68-
os: ubuntu-20.04
68+
os: ubuntu-22.04
6969
arch: "gcc-10"
7070
language: "C"
7171
sympy: "1.11"
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: pytest-ubuntu-py39-gcc9-omp
8181
python-version: '3.9'
82-
os: ubuntu-20.04
82+
os: ubuntu-22.04
8383
arch: "custom"
8484
language: "openmp"
8585
sympy: "1.10"

0 commit comments

Comments
 (0)