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/*