diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index a0b467cd..5497164a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -22,6 +22,8 @@ jobs: windows_build_command: 'Invoke-Program swift test --no-parallel' enable_linux_static_sdk_build: true linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build + enable_macos_checks: true + macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}]" cmake-smoke-test: name: cmake-smoke-test uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main