File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
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
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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.5.0)
1+ cmake_minimum_required (VERSION 3.5.0...4.1.0 )
22project (mpi-abi-stubs VERSION 5.0 LANGUAGES C)
33
44option (BUILD_SHARED_LIBS "Build libraries as SHARED" TRUE )
You can’t perform that action at this time.
0 commit comments