diff --git a/.github/workflows/build-amd64.yml b/.github/workflows/build-amd64.yml index 3f7c463..6d9527c 100644 --- a/.github/workflows/build-amd64.yml +++ b/.github/workflows/build-amd64.yml @@ -138,7 +138,7 @@ jobs: sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)" brew install gcc@11 - name: update homebrew - if: ${{ matrix.os == 'macosx' }} && matrix.clang-version >= '18' + if: ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }} shell: bash run: brew upgrade node - name: cmake