Commit 79a8398
committed
fix(release) :: update macOS binary to Apple Silicon
Before `sqlpage-macos.tgz` was built for x86_64 and relied on Apple's Rosetta translation layer to run it.
As of macOS 26, [Apple Silicon macs no longer ship with Rosetta](https://developer.apple.com/news/?id=w5ngl9k2).
As of macOS 27, [Apple drops drops support for Intel macs](https://9to5mac.com/2026/09/01/apple-tells-mac-app-store-developers-they-can-now-drop-intel-support/).
So now SQLPage ships arm64 tarballs to continue working on macs running in 2027.1 parent 170d25d commit 79a8398
2 files changed
Lines changed: 3 additions & 1 deletion
File tree
- .github/workflows
- examples/official-site/your-first-sql-website
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
0 commit comments