From 48bfe294ffce4b8f476ab44598fb72d021979f43 Mon Sep 17 00:00:00 2001 From: Filipe Coelho Date: Sun, 11 Jul 2021 11:50:21 +0100 Subject: [PATCH] Create macos-latest.yml --- .github/workflows/macos-latest.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/macos-latest.yml diff --git a/.github/workflows/macos-latest.yml b/.github/workflows/macos-latest.yml new file mode 100644 index 000000000..c3382c70a --- /dev/null +++ b/.github/workflows/macos-latest.yml @@ -0,0 +1,17 @@ +name: C/C++ CI + +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + +jobs: + build: + runs-on: macos-latest + steps: + - uses: actions/checkout@v2 + - name: make features + run: make features + - name: make + run: make