Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: package x64 failed on mac arm
Browse files Browse the repository at this point in the history
barry committed Jan 12, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 96776ed commit ded165b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
@@ -13,7 +13,12 @@ on:
jobs:
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-14-large
strategy:
matrix:
qt-ver: [5.15.2]

0 comments on commit ded165b

Please sign in to comment.