Skip to content

Commit 6940f82

Browse files

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
-DopenPMD_USE_HDF5=ON \
4141
-DopenPMD_USE_ADIOS2=ON \
4242
-DopenPMD_USE_INVASIVE_TESTS=ON
43-
cmake --build build --parallel 2
43+
cmake --build build --parallel 3
4444
ctest --test-dir build --verbose
4545
4646
appleclang12_py_ad1:
@@ -59,7 +59,7 @@ jobs:
5959
tar -xzf adios-1.13.1.tar.gz
6060
cd adios-1.13.1/
6161
CFLAGS="-fPIC" ./configure --enable-static --enable-shared --prefix=/usr/local --without-mpi --disable-fortran
62-
make -j 2
62+
make -j 3
6363
make install
6464
set -e
6565
- name: Build
@@ -76,7 +76,7 @@ jobs:
7676
-DopenPMD_USE_ADIOS1=ON \
7777
-DopenPMD_USE_ADIOS2=OFF \
7878
-DopenPMD_USE_INVASIVE_TESTS=ON
79-
cmake --build build --parallel 2
79+
cmake --build build --parallel 3
8080
ctest --test-dir build --verbose
8181
8282
# TODO: apple_conda_ompi_all (similar to conda_ompi_all on Linux)

0 commit comments

Comments
 (0)