Skip to content

Commit a28eb2c

Browse files
authored
Add support for Xcode 26 beta 6 (#157)
1 parent 7c2d479 commit a28eb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
macos_xcode_versions:
77
type: string
88
description: "Xcode version list (JSON)"
9-
default: "[\"16.2\", \"16.3\"]"
9+
default: "[\"16.2\", \"16.3\", \"26.b6\"]"
1010
macos_exclude_xcode_versions:
1111
type: string
1212
description: "Exclude Xcode version list (JSON)"

0 commit comments

Comments
 (0)