Skip to content

Commit 7bf4584

Browse files
committed
changing ubuntu version to static at 22.04
1 parent 78afc1c commit 7bf4584

8 files changed

+8
-8
lines changed

.github/workflows/docs_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
deploy:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
permissions:
2424
id-token: write
2525
steps:

.github/workflows/regression_test-numba_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/regression_test-numba_cpu_mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/regression_test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/regression_test-python_mpi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"] #, "macos-latest"
11+
os: ["ubuntu-22.04"] #, "macos-latest"
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"]
11+
os: ["ubuntu-22.04"]
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

.github/workflows/verification_man_mpi_numba.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
os: ["ubuntu-latest"] #, "macos-latest"
11+
os: ["ubuntu-22.04"] #, "macos-latest"
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up python 3.11

0 commit comments

Comments
 (0)