Skip to content

Commit ad1c3cf

Browse files
authored
Merge pull request #791 from swiftlang/shahmishal/github-actions-macos
[CI] GitHub Actions - Support macOS testing
2 parents 1a47da0 + 80277ae commit ad1c3cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
windows_build_command: 'Invoke-Program swift test --no-parallel'
2323
enable_linux_static_sdk_build: true
2424
linux_static_sdk_build_command: SWIFTBUILD_STATIC_LINK=1 LLBUILD_STATIC_LINK=1 swift build
25+
enable_macos_checks: true
26+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}]"
2527
cmake-smoke-test:
2628
name: cmake-smoke-test
2729
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main

0 commit comments

Comments
 (0)