Skip to content

Commit c679b34

Browse files
committed
Disable macOS CI checks
Instead of an open source toolchain, the macOS CI build uses the Xcode-bundled stdlib (or maybe the one in the OS), which doesn't permit the SPI import that string-processing requires.
1 parent 536e9e4 commit c679b34

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ jobs:
1111
with:
1212
linux_exclude_swift_versions: '[{"swift_version": "5.9"}, {"swift_version": "5.10"}]'
1313
enable_windows_checks: false
14-
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
15-
enable_macos_checks: true
16-
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
14+
enable_macos_checks: false
1715
soundness:
1816
name: Soundness
1917
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)