[Toybox] [PATCH 1/2] Add MacOS 11.0 to CI Builds

Eric Molitor emolitor at molitor.org
Thu Dec 24 04:36:16 PST 2020


---
 .github/workflows/toybox.yml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml
index a1ad1773..c6fd9d92 100644
--- a/.github/workflows/toybox.yml
+++ b/.github/workflows/toybox.yml
@@ -7,6 +7,20 @@ on:
     branches: [ master ]
 
 jobs:
+  MacOS-11_0:
+    runs-on: macos-11.0
+
+    steps:
+    - uses: actions/checkout at v2
+    - name: Setup
+      run: brew install gnu-sed
+    - name: Configure
+      run: make macos_defconfig
+    - name: Build
+      run: make
+    - name: Test
+      run: VERBOSE=1 make tests
+
   MacOS-10_15:
     runs-on: macos-10.15
 
-- 
2.25.1




More information about the Toybox mailing list