Skip to content

Commit

Permalink
update github actions to use node.js 20
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Jan 22, 2024
1 parent 990a60f commit 3868a03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-IntelMPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt install cmake ninja-build g++ libboost-test-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt install libmpich-dev cmake ninja-build g++ libboost-test-dev
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-with-openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt install libopenmpi-dev cmake ninja-build g++ libboost-test-dev
Expand Down

0 comments on commit 3868a03

Please sign in to comment.