Skip to content

Commit 84270c1

Browse files
authored
Enable macOS GitHub Action CI (#1311)
* Enable macOS GitHub Action CI * Add explicit macOS version list
1 parent 33cae04 commit 84270c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
with:
1515
linux_swift_versions: '["nightly-main"]'
1616
windows_swift_versions: '["nightly-main"]'
17+
enable_macos_checks: true
18+
macos_xcode_versions: '["16.3"]'
19+
macos_versions: '["sequoia"]'
1720

1821
soundness:
1922
name: Soundness

0 commit comments

Comments
 (0)