aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/toybox.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/toybox.yml')
-rw-r--r--.github/workflows/toybox.yml18
1 files changed, 2 insertions, 16 deletions
diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml
index 79403217..a2f06219 100644
--- a/.github/workflows/toybox.yml
+++ b/.github/workflows/toybox.yml
@@ -7,22 +7,8 @@ on:
branches: [ master ]
jobs:
- MacOS-11_0:
- runs-on: macos-11.0
-
- steps:
- - uses: actions/checkout@v2
- - name: Setup
- run: brew install gnu-sed
- - name: Configure
- run: make macos_defconfig
- - name: Build
- run: make
- - name: Test
- run: VERBOSE=all make tests
-
- MacOS-10_15:
- runs-on: macos-10.15
+ MacOS-12:
+ runs-on: macos-12
steps:
- uses: actions/checkout@v2