Skip to content

Commit 719e9a6

Browse files
committed
ci: Update workflow ubuntu version to 22.04
1 parent 6387230 commit 719e9a6

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858

5959
- name: pytest-ubuntu-py39-gcc7-omp
6060
python-version: '3.9'
61-
os: ubuntu-20.04
61+
os: ubuntu-22.04
6262
arch: "gcc-7"
6363
language: "openmp"
6464
sympy: "1.9"
6565

6666
- name: pytest-ubuntu-py310-gcc10-noomp
6767
python-version: '3.10'
68-
os: ubuntu-20.04
68+
os: ubuntu-22.04
6969
arch: "gcc-10"
7070
language: "C"
7171
sympy: "1.11"
@@ -79,7 +79,7 @@ jobs:
7979

8080
- name: pytest-ubuntu-py39-gcc9-omp
8181
python-version: '3.9'
82-
os: ubuntu-20.04
82+
os: ubuntu-22.04
8383
arch: "custom"
8484
language: "openmp"
8585
sympy: "1.10"

0 commit comments

Comments
 (0)