Skip to content

Commit edec111

Browse files
committed
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 <noreply@anthropic.com> https://claude.ai/code/session_018FzhWeoXR2NTxZ4LXQ1NJS Signed-off-by: Claude <noreply@anthropic.com>
1 parent 47ce589 commit edec111

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
target: x86_64-unknown-linux-gnu
2424
- os: windows-latest
2525
target: x86_64-pc-windows-msvc
26-
- os: macos-latest
27-
target: aarch64-apple-darwin
26+
# macOS build disabled until signing key is available
27+
# - os: macos-latest
28+
# target: aarch64-apple-darwin
2829
runs-on: ${{ matrix.os }}
2930
steps:
3031
- uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,13 @@ jobs:
5050
- os: windows-latest
5151
target: x86_64-pc-windows-msvc
5252
artifact: windows
53-
- os: macos-latest
54-
target: aarch64-apple-darwin
55-
artifact: macos-arm
56-
- os: macos-15
57-
target: x86_64-apple-darwin
58-
artifact: macos-intel
53+
# macOS builds disabled until signing key is available
54+
# - os: macos-latest
55+
# target: aarch64-apple-darwin
56+
# artifact: macos-arm
57+
# - os: macos-15
58+
# target: x86_64-apple-darwin
59+
# artifact: macos-intel
5960

6061
runs-on: ${{ matrix.os }}
6162
permissions:

0 commit comments

Comments
 (0)