Commit 651a551
authored
fix: replace deprecated macos-13 runner with split per-arch jobs on macos-latest (#49)
macos-13 was deprecated by GitHub and immediately cancelled the v0.5.8
build. This replaces the single universal binary job with two parallel
per-architecture jobs following the official tauri-action recommendation:
- macos-latest --target aarch64-apple-darwin (Apple Silicon)
- macos-latest --target x86_64-apple-darwin (Intel)
Each job notarizes a ~50% smaller binary, cutting notarization time in
half and reducing the window for the runner network drop that caused the
original timeout failure on v0.5.7.
Also upgrades tauri-apps/tauri-action@v0 -> @v1 (current stable) and
adds retryAttempts: 3 to handle any remaining transient notarization
failures automatically.1 parent 5e110ce commit 651a551
1 file changed
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
120 | 124 | | |
121 | 125 | | |
122 | 126 | | |
| |||
173 | 177 | | |
174 | 178 | | |
175 | 179 | | |
176 | | - | |
| 180 | + | |
177 | 181 | | |
178 | 182 | | |
179 | 183 | | |
| |||
191 | 195 | | |
192 | 196 | | |
193 | 197 | | |
194 | | - | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| 202 | + | |
198 | 203 | | |
199 | 204 | | |
200 | 205 | | |
| |||
0 commit comments