mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-07-31 04:58:37 +00:00
fix: package x64 failed on mac arm
This commit is contained in:
parent
7d1fdf4965
commit
c1cb2dad3b
1 changed files with 6 additions and 1 deletions
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
|
@ -13,7 +13,12 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: macos-14
|
# install-qt-action在arm上执行macdeployqt会报parse otool错误,所以在intel mac上执行:
|
||||||
|
# 用qt6时在arm mac上编译arm和intel都没有问题
|
||||||
|
# qt5+intel mac编译intel没问题
|
||||||
|
# qt5+arm mac编译intel会报错
|
||||||
|
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
|
||||||
|
runs-on: macos-13
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
qt-ver: [5.15.2]
|
qt-ver: [5.15.2]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue