Skip to content

Commit

Permalink
chroe: test build macox
Browse files Browse the repository at this point in the history
macos 12.6
  • Loading branch information
XMuli committed Oct 1, 2022
1 parent 0c86585 commit 44658af
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 419 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added .github/.DS_Store
Binary file not shown.
Binary file added .github/workflows/.DS_Store
Binary file not shown.
126 changes: 0 additions & 126 deletions .github/workflows/Linux.yml

This file was deleted.

132 changes: 0 additions & 132 deletions .github/workflows/LinuxDeb.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
paths-ignore:
# - '**'
# - 'README.md'
- 'README.md'
pull_request:
paths-ignore:
- 'README.md'
Expand All @@ -13,7 +13,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-10.15] # macos-10.14 macos-10.15, macos-11.0 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
os: [macos-12] # macos-10.14 macos-10.15, macos-11.0, macos-12.6 # https://github.com/actions/virtual-environments/blob/main/images/macos/macos-11-Readme.md
qt_ver: [5.15.2] # 参考: https://mirrors.cloud.tencent.com/qt/online/qtsdkrepository/mac_x64/desktop/qt5_5111
qt_arch: [clang_64]
env:
Expand All @@ -24,7 +24,7 @@ jobs:

# macos 11.0 后默认环境变了,要指定
- name: prepare env
if: ${{ matrix.os == 'macos-11.0' }}
if: ${{ matrix.os >= 'macos-11.0' }}
run: |
softwareupdate --all --install --force
sudo xcode-select --print-path
Expand Down
Loading

0 comments on commit 44658af

Please sign in to comment.