Skip to content

Commit

Permalink
fix: package x64 failed on mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
barry committed Jan 12, 2025
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
Expand Up @@ -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]
Expand Down

0 comments on commit ded165b

Please sign in to comment.