Skip to content

Commit 403286f

Browse files
committed
latest binutils works on macOS
1 parent 7e34c73 commit 403286f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build-spack-nodeps.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
- name: Install sst-core, sst-elements, and sst-macro
6767
run: |
6868
eval "$(spack env activate --sh .)"
69-
# workaround for 2.42 installation issues on macOS
70-
spack add binutils@2.41
7169
spack add sst-core@${{ matrix.version }}
7270
spack add sst-elements@${{ matrix.version }}
7371
if ! [[ "${{ matrix.version }}" == "13.1.0" ]] && [[ "$(uname)" == "Darwin" ]]; then

0 commit comments

Comments
 (0)