From 2c7d5d96c3c684ea9807e315d9d74c24c91be09c Mon Sep 17 00:00:00 2001 From: tyler Date: Tue, 6 Feb 2024 15:41:35 -0500 Subject: [PATCH] Removed macos from github action; publish to release --- .github/workflows/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4cf9d1e..4e17b7e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,9 +23,6 @@ jobs: - name: 'App' platform: 'windows/amd64' os: 'windows-latest' - - name: 'App' - platform: 'darwin/universal' - os: 'macos-latest' runs-on: ${{ matrix.build.os }} steps: @@ -40,5 +37,4 @@ jobs: with: build-name: ${{ matrix.build.name }} build-platform: ${{ matrix.build.platform }} - package: false go-version: '1.20'