From 70524b4b3404301019aa53432c3143b80ce119a7 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 14:15:23 +0200 Subject: [PATCH] feat: remove macOS build configuration from GitHub Actions workflow --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e248bbb..4c625e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,9 +15,6 @@ jobs: - os: ubuntu-latest target: x86_64-unknown-linux-gnu asset_name: codebase-to-prompt-linux-amd64 - - os: macos-latest - target: x86_64-apple-darwin - asset_name: codebase-to-prompt-macos-amd64 - os: windows-latest target: x86_64-pc-windows-msvc asset_name: codebase-to-prompt-windows-amd64.exe @@ -66,5 +63,4 @@ jobs: with: files: | artifacts/codebase-to-prompt-linux-amd64/* - artifacts/codebase-to-prompt-macos-amd64/* artifacts/codebase-to-prompt-windows-amd64.exe/*