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