Skip to content

Commit dd1f6b8

Browse files
committed
update macos ci
actions/runner-images#10721 Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn>
1 parent 98fe4b6 commit dd1f6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323

2424
jobs:
2525
macos:
26-
runs-on: macos-12
26+
runs-on: macos-13
2727

2828
steps:
2929
- uses: actions/checkout@v4

build_dmg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd ./build_release/out
2929
# 打包
3030
$QT_DIR/bin/macdeployqt TTFviewer.app
3131
otool -L ./TTFviewer.app/Contents/MacOS/TTFviewer
32-
./build-dmg.sh TTFviewer
32+
sudo ./build-dmg.sh TTFviewer
3333
cd ../../
3434
mkdir dmgOut
3535
cpu=$(sysctl -n machdep.cpu.brand_string)

0 commit comments

Comments
 (0)