Skip to content

Commit fa359a2

Browse files
authored
Enable macOS GitHub Actions CI (#59)
* Enable macOS GitHub Actions CI * Change macOS build command to build-only * Add explicit macOS version list
1 parent 11952eb commit fa359a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1414
windows_build_command: "swift build"
1515
windows_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
16+
enable_macos_checks: true
17+
macos_xcode_versions: '["16.3"]'
18+
macos_build_command: "xcrun swift build"
19+
macos_versions: '["sequoia"]'
1620
soundness:
1721
name: Soundness
1822
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)