Skip to content

Commit df19207

Browse files
authored
Merge pull request #493 from apple/action-xcode-versions
Skip Xcode 16.0 and 16.1 in PR workflow
2 parents c1b1ea9 + 1f8dcd4 commit df19207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
with:
1212
linux_exclude_swift_versions: '[{"swift_version": "5.8"}, {"swift_version": "5.9"}]'
1313
windows_exclude_swift_versions: '[{"swift_version": "5.9"}]'
14+
macos_exclude_xcode_versions: '[{"xcode_version": "16.0"}, {"xcode_version": "16.1"}]'
1415
enable_macos_checks: true
1516
soundness:
1617
name: Soundness

0 commit comments

Comments
 (0)