We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 309a47b commit 6f1a029Copy full SHA for 6f1a029
.github/workflows/pull_request.yml
@@ -26,6 +26,7 @@ jobs:
26
with:
27
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
28
enable_macos_checks: true
29
+ macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}]"
30
31
cmake-build:
32
name: CMake Build
0 commit comments