From 902ce18661e0a27db017b24eb04d65f6121733ea Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Mon, 21 Apr 2025 17:48:17 +0000 Subject: [PATCH] Remove macOS workflow --- .github/workflows/macos.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/macos.yml diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml deleted file mode 100644 index 3aacb98..0000000 --- a/.github/workflows/macos.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: macOS - -on: [push] - -jobs: - build: - name: Build - runs-on: macOS-latest - steps: - - uses: actions/checkout@v1 - - - name: Fetch dependencies - run: go get -d ./... - - - name: Build - run: go build