Skip to content

Commit

Permalink
CI: macOS Only One (#881)
Browse files Browse the repository at this point in the history
Only one build for macOS CI is sufficient.
Let's pick SP.
  • Loading branch information
ax3l authored Mar 2, 2023
1 parent 631d6ee commit e84b46a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,6 @@ jobs:
ccache-macos-appleclang-
- name: build HiPACE++
run: |
cmake -S . -B build_dp \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DHiPACE_openpmd_internal=OFF
cmake --build build_dp -j 2
cmake -S . -B build_sp \
-DCMAKE_VERBOSE_MAKEFILE=ON \
-DHiPACE_openpmd_internal=OFF \
Expand All @@ -74,5 +69,4 @@ jobs:
# - name: test HiPACE++
# run: |
# ctest --test-dir build_dp --output-on-failure
# ctest --test-dir build_sp --output-on-failure

0 comments on commit e84b46a

Please sign in to comment.