Commit 4563409
committed
🤖 perf: remove code signing from build.yml for parallel macOS builds
The macOS build was taking 24+ minutes because code signing forced
sequential x64+arm64 builds (to avoid keychain race conditions).
Removed signing entirely from build.yml since releases use release.yml
(triggered by tag publish). This lets both architectures build in parallel.
- Before: 24m40s (sequential with signing)
- After: ~4m (parallel, no signing)
Generated with mux1 parent 35ad55b commit 4563409
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