Commit fddf0f2
committed
🤖 perf: skip code signing in build.yml to enable parallel builds
The macOS build workflow was taking 24+ minutes because code signing
was enabled for merge_group events. This forced sequential x64+arm64
builds to avoid keychain race conditions.
Since build.yml is only for PRs/merge queue (releases use release.yml
triggered by tag publish), we can remove code signing entirely and let
both architectures build in parallel.
Generated with mux1 parent 35ad55b commit fddf0f2
1 file changed
+2
-24
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 21 | + | |
| 22 | + | |
45 | 23 | | |
46 | 24 | | |
47 | 25 | | |
| |||
0 commit comments