We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a06f67 commit 6d0abc7Copy full SHA for 6d0abc7
1 file changed
.github/workflows/pytest-core-mpi.yml
@@ -17,17 +17,17 @@ on:
17
jobs:
18
test-mpi-basic:
19
name: pytest-mpi
20
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-22.04
21
strategy:
22
matrix:
23
python-version: ['3.9', '3.11']
24
25
env:
26
DEVITO_LANGUAGE: "openmp"
27
- DEVITO_ARCH: "gcc"
+ DEVITO_ARCH: "gcc-9"
28
OMP_NUM_THREADS: "1"
29
- CC: "gcc"
30
- CXX: "g++"
+ CC: "gcc-9"
+ CXX: "g++-9"
31
32
steps:
33
- uses: actions/setup-python@v5
0 commit comments