From edec1110e317dc6a1a94c68ecfb0858d5710509a Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 15 Feb 2026 01:09:48 +0000 Subject: [PATCH] ci: disable macOS release and nightly builds until signing key is available Comment out macOS matrix entries in release and nightly workflows. CI build verification is kept since it doesn't require signing. Signed-off-by: Claude https://claude.ai/code/session_018FzhWeoXR2NTxZ4LXQ1NJS Signed-off-by: Claude --- .github/workflows/nightly.yml | 5 +++-- .github/workflows/release.yml | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 65cd3e1a..d494a8cb 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -23,8 +23,9 @@ jobs: target: x86_64-unknown-linux-gnu - os: windows-latest target: x86_64-pc-windows-msvc - - os: macos-latest - target: aarch64-apple-darwin + # macOS build disabled until signing key is available + # - os: macos-latest + # target: aarch64-apple-darwin runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9e9f06f..25630fb6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,12 +50,13 @@ jobs: - os: windows-latest target: x86_64-pc-windows-msvc artifact: windows - - os: macos-latest - target: aarch64-apple-darwin - artifact: macos-arm - - os: macos-15 - target: x86_64-apple-darwin - artifact: macos-intel + # macOS builds disabled until signing key is available + # - os: macos-latest + # target: aarch64-apple-darwin + # artifact: macos-arm + # - os: macos-15 + # target: x86_64-apple-darwin + # artifact: macos-intel runs-on: ${{ matrix.os }} permissions: