From ba569694847b795a1731ea64f8ff937c89b98540 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Wed, 5 Nov 2025 09:06:22 -0800 Subject: [PATCH] Remove macOS build command from workflow Removed macOS build command from pull request workflow. --- .github/workflows/pull_request.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d1b882e8b..684a9c722 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -24,7 +24,6 @@ jobs: linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build enable_macos_checks: true macos_xcode_versions: "[\"26.0\"]" - macos_build_command: swift test soundness: name: Soundness