You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CI] Use GitHub Actions-based binary for Apple Silicon releases
With #3135 Apple Silicon release artifacts are being created properly, add them
to tagged releases too.
Xcode 16 appears to be required to build V8 starting with the 13.1 release,
update the README to reflect this.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ To build `workerd`, you need:
79
79
* LLD 16+ (e.g. package `lld-16`).
80
80
*`python3`, `python3-distutils`, and `tcl8.6`
81
81
* On macOS:
82
-
* Xcode 15 installation (available on macOS 13 and higher). **Full Xcode is required**, the Xcode command line tools alone are **not sufficient** for building.
82
+
* Xcode 16 installation (available on macOS 14 and higher). **Full Xcode is required**, the Xcode command line tools alone are **not sufficient** for building.
0 commit comments