Skip to content

Commit

Permalink
state c++17 requirement in MacOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
latessa committed Jan 7, 2025
1 parent 9423c33 commit 4913221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-macos-native.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "This is SMASH_DIR: "
echo ${SMASH_DIR}
ls ${SMASH_DIR}
cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON
cmake .. -DUSE_3DGlauber=ON -DUSE_MUSIC=ON -DUSE_ISS=ON -DUSE_FREESTREAM=ON -DUSE_SMASH=ON -DCMAKE_CXX_STANDARD=17
make -j2
- name: Test Run
run: |
Expand Down

0 comments on commit 4913221

Please sign in to comment.