Skip to content

Commit 6aec6df

Browse files
committed
Skip Xcode 16.0 and 16.1 in PR workflow
1 parent 309a47b commit 6aec6df

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
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
windows_exclude_swift_versions: "[{\"swift_version\": \"5.9\"}]"
2828
enable_macos_checks: true
29+
macos_exclude_xcode_versions: "[{\"xcode_version\": \"16.0\"}, {\"xcode_version\": \"16.1\"}]"
2930

3031
cmake-build:
3132
name: CMake Build

0 commit comments

Comments
 (0)