Skip to content

Commit 1ec62c9

Browse files
authored
Update default Xcode versions in workflow to Xcode 27 Beta 2 (#293)
Added Xcode version '27.b2' to the default list.
1 parent fda56f6 commit 1ec62c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
macos_xcode_versions:
1010
type: string
1111
description: "Xcode version list (JSON)"
12-
default: "[\"16.4\", \"26.3\", \"26.4\"]"
12+
default: "[\"16.4\", \"26.3\", \"26.4\", \"27.b2\"]"
1313
macos_exclude_xcode_versions:
1414
type: string
1515
description: "Exclude Xcode version list (JSON)"

0 commit comments

Comments
 (0)