We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fe4b6 commit dd1f6b8Copy full SHA for dd1f6b8
.github/workflows/macos.yml
@@ -23,7 +23,7 @@ on:
23
24
jobs:
25
macos:
26
- runs-on: macos-12
+ runs-on: macos-13
27
28
steps:
29
- uses: actions/checkout@v4
build_dmg.sh
@@ -29,7 +29,7 @@ cd ./build_release/out
# 打包
30
$QT_DIR/bin/macdeployqt TTFviewer.app
31
otool -L ./TTFviewer.app/Contents/MacOS/TTFviewer
32
-./build-dmg.sh TTFviewer
+sudo ./build-dmg.sh TTFviewer
33
cd ../../
34
mkdir dmgOut
35
cpu=$(sysctl -n machdep.cpu.brand_string)
0 commit comments