For now disable all windows + macos CI runs until we have runners
What changed, and why it matters
This commit simply turns off Windows and macOS automated build tests in the project's CI configuration because the necessary test machines ('runners') are not currently available. It does not change any actual Lightning code, cryptography, networking, or user-facing behavior.
No security action required. Restore Windows and macOS CI runners when infrastructure is available to resume cross-platform build coverage.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch modifies .forgejo/workflows/ci-build.yml to remove matrix exclusion entries, effectively disabling all Windows and macOS CI jobs. The change is purely operational/infrastructure-related: no source code, dependencies, build scripts, or security controls are altered.
Changed components
.forgejo/workflows/ci-build.ymlInspect captured patch +0 / −4
diff --git a/.forgejo/workflows/ci-build.yml b/.forgejo/workflows/ci-build.yml
index 3f734c4..5cf45de 100644
--- a/.forgejo/workflows/ci-build.yml
+++ b/.forgejo/workflows/ci-build.yml
@@ -23,11 +23,7 @@ jobs:
|| fromJSON('["1.75.0"]') }}
exclude:
- platform: windows
- toolchain: 1.75.0
- - platform: windows
- toolchain: beta
- platform: macos
- toolchain: beta
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout source code
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.