Skip to content

Commit 6d0abc7

Browse files
committed
Revert "ci: Use Ubuntu 24.04 and gcc"
This reverts commit 1a06f67.
1 parent 1a06f67 commit 6d0abc7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

2525
env:
2626
DEVITO_LANGUAGE: "openmp"
27-
DEVITO_ARCH: "gcc"
27+
DEVITO_ARCH: "gcc-9"
2828
OMP_NUM_THREADS: "1"
29-
CC: "gcc"
30-
CXX: "g++"
29+
CC: "gcc-9"
30+
CXX: "g++-9"
3131

3232
steps:
3333
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)