From ab3b75182acd2740981d230633467cd5ba270676 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Fri, 21 Mar 2025 11:09:55 +0100 Subject: [PATCH] [ci,mac] add mac os build runner --- .github/workflows/macos.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml new file mode 100644 index 000000000..db84a2f3a --- /dev/null +++ b/.github/workflows/macos.yml @@ -0,0 +1,18 @@ +name: macos-builder +on: + workflow_dispatch: + branches: [ master, stable* ] + schedule: + - cron: '30 5 * * SUN' + +jobs: + build: + runs-on: macos-latest + name: "Run macos build on mac-latest" + steps: + - name: "Check out source" + uses: actions/checkout@v4 + + - name: "Run mingw [shared] build..." + run: | + ./scripts/mingw.sh