We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b78696 commit d0d136bCopy full SHA for d0d136b
1 file changed
.github/workflows/pytest-core-nompi.yml
@@ -32,7 +32,7 @@ jobs:
32
name: [
33
pytest-ubuntu-py311-gcc11-noomp,
34
pytest-ubuntu-py312-gcc12-omp,
35
- pytest-ubuntu-py39-gcc7-omp,
+ pytest-ubuntu-py39-gcc14-omp,
36
pytest-ubuntu-py310-gcc10-noomp,
37
pytest-ubuntu-py312-gcc13-omp,
38
pytest-ubuntu-py39-gcc9-omp,
@@ -56,10 +56,10 @@ jobs:
56
language: "openmp"
57
sympy: "1.13"
58
59
- - name: pytest-ubuntu-py39-gcc7-omp
+ - name: pytest-ubuntu-py39-gcc14-omp
60
python-version: '3.9'
61
os: ubuntu-22.04
62
- arch: "gcc-7"
+ arch: "gcc-14"
63
64
sympy: "1.9"
65
0 commit comments