Skip to content

Commit e202e6d

Browse files
authored
Merge branch 'main' into fix-mpi_t-handle-types
2 parents a64540d + a95422c commit e202e6d

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- windows-2025
3636
- windows-2022
3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
- run: bash -x build-cmake.sh
4040
- run: bash check.sh
4141

@@ -53,7 +53,7 @@ jobs:
5353
- macos-14
5454
- macos-13
5555
steps:
56-
- uses: actions/checkout@v4
56+
- uses: actions/checkout@v5
5757
- uses: actions/setup-python@v5
5858
with: {python-version: '3.x'}
5959
- run: python -m pip install meson ninja
@@ -74,6 +74,6 @@ jobs:
7474
- macos-14
7575
- macos-13
7676
steps:
77-
- uses: actions/checkout@v4
77+
- uses: actions/checkout@v5
7878
- run: make
7979
- run: bash check.sh

.github/workflows/mpi4py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424

2525
- name: Checkout mpi-stubs
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
path: mpi-stubs
2929

@@ -41,7 +41,7 @@ jobs:
4141
python-version: 3
4242

4343
- name: Checkout mpi4py
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545
with:
4646
repository: mpi4py/mpi4py
4747
path: mpi4py

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5.0)
1+
cmake_minimum_required(VERSION 3.5.0...4.1.0)
22
project(mpi-abi-stubs VERSION 5.0 LANGUAGES C)
33

44
option(BUILD_SHARED_LIBS "Build libraries as SHARED" TRUE)

0 commit comments

Comments
 (0)