From bfc1e9a1894ea6e770288547ef457536c11bcb9a Mon Sep 17 00:00:00 2001 From: Mark Benson <41453195+thealternator89@users.noreply.github.com> Date: Wed, 15 Apr 2026 17:23:07 +1200 Subject: [PATCH] chore: clean up action config and disable mac build --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd9a953..b7e113d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,4 @@ -name: Build Windows App +name: Build on: push: branches: @@ -12,7 +12,7 @@ jobs: matrix: os: - windows-latest - - macos-latest + #- macos-latest steps: - name: Checkout Code