Skip to content

Commit f84da04

Browse files
authored
Update default Xcode versions in workflow to 16.4, 26.3, and 26.4 (#255)
1 parent 47c9717 commit f84da04

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.3\", \"16.4\", \"26.3\", \"26.4.b2\"]"
12+
default: "[\"16.4\", \"26.3\", \"26.4\"]"
1313
macos_exclude_xcode_versions:
1414
type: string
1515
description: "Exclude Xcode version list (JSON)"

0 commit comments

Comments
 (0)