Disable UPX on Darwin

It doesn't work anymore on modern OSX.
This commit is contained in:
Sven-Hendrik Haase 2024-06-02 20:46:08 +02:00
parent 9d94d6d1ac
commit d4377fb00c
No known key found for this signature in database
GPG Key ID: 39E4B877E62EB915

View File

@ -53,7 +53,7 @@ jobs:
cargo_flags: ""
- os: macos-latest
target: x86_64-apple-darwin
compress: true
compress: false
cargo_flags: ""
- os: macos-latest
target: aarch64-apple-darwin