From 857806e6cabf8ba257c95bc51a356fa24e8251f3 Mon Sep 17 00:00:00 2001 From: Ivan Pozdeev Date: Sun, 14 Sep 2025 23:25:49 +0300 Subject: [PATCH] Apple Silicon is now supported by Github --- CONTRIBUTING.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42b0c689..43561e36 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,12 +13,6 @@ General guidance You can still add performance optimizations etc that take advantage of newer Bash features as long as there is a fallback execution route for Bash 3. -* Be extra careful when submitting logic specific for the Apple Silicon platform - - As of this writing, Github Actions do not support it and only one team member has the necessary hardware. - So we may be unable to test your changes and may have to take your word for it. - - Formatting PRs ==============