From 0dc0c05cb034995a1d67e97f4f9ed126a749f015 Mon Sep 17 00:00:00 2001 From: Jake Petroules Date: Sat, 26 Apr 2025 13:24:59 -0700 Subject: [PATCH] Enable macOS CI --- .github/workflows/pull_request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8be2d0b..6facc61 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,6 +12,9 @@ jobs: linux_build_command: "swift build" linux_exclude_swift_versions: '[{"swift_version": "5.8"}]' windows_build_command: "swift build" + macos_build_command: "xcrun swift build" + enable_macos_checks: true + soundness: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main