From d5568ee899f3b9487cf752cb28027910f84aad46 Mon Sep 17 00:00:00 2001 From: Mishal Shah Date: Fri, 13 Jun 2025 00:30:24 -0700 Subject: [PATCH] Enable macOS testing on GitHub Actions --- .github/workflows/pull_request.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index b6458213c..15ba9eae5 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -11,6 +11,7 @@ jobs: with: linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}]' windows_exclude_swift_versions: '[{"swift_version": "5.9"}]' + enable_macos_checks: true soundness: name: Soundness uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main