Skip to content

Commit d0d136b

Browse files
committed
ci: Update workflow ubuntu version to 22.04 and gcc to 14
1 parent 2b78696 commit d0d136b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: [
3333
pytest-ubuntu-py311-gcc11-noomp,
3434
pytest-ubuntu-py312-gcc12-omp,
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,10 +56,10 @@ jobs:
5656
language: "openmp"
5757
sympy: "1.13"
5858

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

0 commit comments

Comments
 (0)