Fix backward compatibility for m1 build (#7262)

* Fix backward compatibility for m1 build

* Update ChangeLog
This commit is contained in:
Serhii Hadzhilov 2023-05-09 11:33:37 +03:00 committed by GitHub
parent 47027fc040
commit c6e838bb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,7 @@ jobs:
mkdir build
cd build
cmake \
-DCMAKE_OSX_DEPLOYMENT_TARGET=11 \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_PREFIX_PATH="$(brew --prefix qt5);$(brew --prefix openssl)" ..
. ./version

View File

@ -21,7 +21,7 @@ jobs:
target: "10.14"
shell: "bash"
- os: [self-hosted, macOS, arm64]
target: ""
target: "11"
shell: "/usr/bin/arch -arch arm64e /bin/bash --noprofile --norc -eo pipefail {0}"
env:

View File

@ -1,6 +1,9 @@
1.14.7
======
Bug fixes:
- #7262 Fix backward compatibility for m1 and m2 builds.
Enhancements:
- #7254 Ability to bind synergy client to a network interface.