Skip to content

Commit

Permalink
don't install v13.1.0 macro on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Feb 11, 2025
1 parent 51c4b94 commit d7f4a41
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-spack-nodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
spack add [email protected]
spack add sst-core@${{ matrix.version }}
spack add sst-elements@${{ matrix.version }}
spack add sst-macro@${{ matrix.version }}
if [[ "${{ matrix.version }}" != "13.1.0" ]] && [[ "$(uname)" != "Darwin" ]]; then
spack add sst-macro@${{ matrix.version }}
fi
spack concretize --reuse --force
spack install --fail-fast

0 comments on commit d7f4a41

Please sign in to comment.