Skip to content

Commit d8b63e6

Browse files
authored
Exclude Xcode 16.4 from GitHub Actions. (#1331)
We don't support building with Xcode 16.4 which only has Swift 6.1. ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent e4e0b88 commit d8b63e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
linux_os_versions: '["amazonlinux2", "jammy"]'
1818
windows_swift_versions: '["nightly-main", "nightly-6.2"]'
1919
enable_macos_checks: true
20-
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}]"
20+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.2\"}, {\"xcode_version\": \"16.3\"}, {\"xcode_version\": \"16.4\"}]"
2121
enable_wasm_sdk_build: true
2222
soundness:
2323
name: Soundness

0 commit comments

Comments
 (0)