From 396125db3524dc6b0462b5bfed433a53870b241d Mon Sep 17 00:00:00 2001 From: Stephan Vedder Date: Tue, 3 May 2022 00:03:46 +0200 Subject: Add macos runner --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 00f7700a..29ab5b1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,3 +49,15 @@ jobs: run: cmake -S ./Projects -B ./Build - name: compile with cmake run: cmake --build ./Build + + macos: + runs-on: macos-11 + + steps: + - uses: actions/checkout@v2 + with: + fetch-depth: 0 # Shallow clones speed things up + - name: cmake configure + run: cmake -S ./Projects -B ./Build + - name: compile with cmake + run: cmake --build ./Build -- cgit v1.2.3