We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6387230 commit 719e9a6Copy full SHA for 719e9a6
2 files changed
.github/workflows/pytest-core-mpi.yml
@@ -17,7 +17,7 @@ on:
17
jobs:
18
test-mpi-basic:
19
name: pytest-mpi
20
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
21
strategy:
22
matrix:
23
python-version: ['3.9', '3.11']
.github/workflows/pytest-core-nompi.yml
@@ -58,14 +58,14 @@ jobs:
58
59
- name: pytest-ubuntu-py39-gcc7-omp
60
python-version: '3.9'
61
- os: ubuntu-20.04
+ os: ubuntu-22.04
62
arch: "gcc-7"
63
language: "openmp"
64
sympy: "1.9"
65
66
- name: pytest-ubuntu-py310-gcc10-noomp
67
python-version: '3.10'
68
69
arch: "gcc-10"
70
language: "C"
71
sympy: "1.11"
@@ -79,7 +79,7 @@ jobs:
79
80
- name: pytest-ubuntu-py39-gcc9-omp
81
82
83
arch: "custom"
84
85
sympy: "1.10"
0 commit comments