1
0
mirror of https://github.com/upx/upx synced 2025-10-05 19:20:23 +08:00

Disable macos-12 from running upx-packed [temporary]

macOS-12.7.5 lldb complains "Bad executable" for any packed.
	modified:   .github/workflows/ci.yml
This commit is contained in:
John Reiser 2024-06-24 09:25:03 -07:00
parent 5aef158ff0
commit 4fa50b96ad

View File

@ -245,7 +245,7 @@ jobs:
echo "UPX_DEBUG_FORCE_PACK_MACOS=1" >> $GITHUB_ENV
case "${{ matrix.os }}" in
# TODO FIXME: UPX on macos-13+ is broken => disable run-packed for now
macos-13 | macos-14) echo "UPX_CONFIG_DISABLE_RUN_PACKED_TEST=ON" >> $GITHUB_ENV ;;
macos-12 | macos-13 | macos-14) echo "UPX_CONFIG_DISABLE_RUN_PACKED_TEST=ON" >> $GITHUB_ENV ;;
esac
- uses: actions/checkout@v4
with: { submodules: true }