mirror of
https://github.com/deskflow/deskflow.git
synced 2026-07-01 21:02:39 +08:00
Fix backward compatibility for m1 build (#7262)
* Fix backward compatibility for m1 build * Update ChangeLog
This commit is contained in:
parent
47027fc040
commit
c6e838bb00
1
.github/workflows/job-build-mac-m1.yaml
vendored
1
.github/workflows/job-build-mac-m1.yaml
vendored
@ -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
|
||||
|
||||
2
.github/workflows/job-test-mac.yml
vendored
2
.github/workflows/job-test-mac.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user