Commit 99cd467
authored
fix: pin macOS desktop build to macos-13 to fix notarization network drop (#47)
* fix: update ReasonDB Docker image from ajainvivek to brainfishai org
Update default container image reference across all deploy configs
(AWS/GCP Terraform variables and Pulumi index.ts fallbacks) to use
the canonical brainfishai/reasondb:latest image.
* fix: pin macOS desktop build to macos-13 to fix notarization network drop
The macos-latest runner now resolves to macos-15-arm64. Logs confirmed
this runner loses its network route after ~47 min mid-notarization poll,
causing the build to fail with NSURLErrorDomain Code=-1009 (offline).
- Pin macOS runner from macos-latest to macos-13 (x86_64, Ventura)
- Add timeout-minutes: 90 to fail fast if notarization stalls again1 parent c361394 commit 99cd467
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
113 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
114 | 118 | | |
115 | 119 | | |
116 | 120 | | |
| |||
0 commit comments