We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a8b8ee commit 1bdeaebCopy full SHA for 1bdeaeb
.github/workflows/build.yml
@@ -60,8 +60,8 @@ jobs:
60
if: ${{ matrix.cross == 'general-macos-intel' }}
61
run: |
62
rustup target add ${{ matrix.target }}
63
- export MACOSX_DEPLOYMENT_TARGET=10.15
64
- cargo build --release --target ${{ matrix.target }} -p emmylua_ls
+ RUSTFLAGS="-C link-args=-mmacos-version-min=10.15" cargo build --release --target ${{ matrix.target }} -p emmylua_ls
+ otool -L target/${{ matrix.target }}/release/emmylua_ls | grep -A2 LC_BUILD_VERSION
65
- name: copy-binary
66
if: ${{ matrix.os != 'windows-latest' }}
67
0 commit comments