Skip to content

Commit

Permalink
Merge pull request #269 from jpmorgan98/mpi-workflow
Browse files Browse the repository at this point in the history
CI Ubuntu Version Static set to 22.04
  • Loading branch information
jpmorgan98 authored Jan 13, 2025
2 parents 78afc1c + 7bf4584 commit cf92d62
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
permissions:
id-token: write
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test-numba_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test-numba_cpu_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression_test-python_mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"] #, "macos-latest"
os: ["ubuntu-22.04"] #, "macos-latest"
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
os: ["ubuntu-22.04"]
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verification_man_mpi_numba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest"] #, "macos-latest"
os: ["ubuntu-22.04"] #, "macos-latest"
steps:
- uses: actions/checkout@v3
- name: Set up python 3.11
Expand Down

0 comments on commit cf92d62

Please sign in to comment.