File tree 2 files changed +9
-2
lines changed 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
- ' *'
9
9
env :
10
10
FORCE_COLOR : 1
11
+ # This makes the macos-13 packaging work.
12
+ # I don't know why. Your guess is as good as mine.
13
+ DEBUG_DMG : true
11
14
concurrency :
12
15
group : ${{ github.head_ref || github.run_id }}
13
16
cancel-in-progress : true
21
24
fail-fast : false
22
25
matrix :
23
26
os :
24
- - macos-14
27
+ - macos-13
25
28
- ubuntu-22.04
26
29
- windows-2022
27
30
host :
Original file line number Diff line number Diff line change 68
68
"hardenedRuntime" : true ,
69
69
"gatekeeperAssess" : false ,
70
70
"entitlements" : " scripts/entitlements.mac.plist" ,
71
- "entitlementsInherit" : " scripts/entitlements.mac.plist"
71
+ "entitlementsInherit" : " scripts/entitlements.mac.plist" ,
72
+ "target" : " dmg"
73
+ },
74
+ "dmg" : {
75
+ "writeUpdateInfo" : false
72
76
},
73
77
"linux" : {
74
78
"artifactName" : " ${name}-${version}-${os}-${arch}.${ext}" ,
You can’t perform that action at this time.
0 commit comments