From a58fc4f77daeeeb84984a298872896e5cf42755a Mon Sep 17 00:00:00 2001 From: Carter Li Date: Tue, 28 Jul 2026 15:21:28 +0800 Subject: [PATCH] CI: disable Haiku Ref: https://github.com/haikuports/haikuports/issues/14445 --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a309d42ec..46ac9d4fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -154,6 +154,7 @@ jobs: secrets: inherit haiku-amd64: + if: false # Disabled because the Haiku build is currently broken needs: no-features-test name: Haiku-amd64 permissions: @@ -207,7 +208,7 @@ jobs: - dragonfly-amd64 - solaris-amd64 - omnios-amd64 - - haiku-amd64 + # - haiku-amd64 - windows-hosts permissions: contents: write