Skip to content

Commit a255edc

Browse files
authored
Drop Xcode 16.2 and 26.b6. Add Xcode 26.0 (#163)
1 parent 88afc78 commit a255edc

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\", \"26.b6\"]"
9+
default: "[\"16.3\", \"16.4\", \"26.0\"]"
1010
macos_exclude_xcode_versions:
1111
type: string
1212
description: "Exclude Xcode version list (JSON)"

0 commit comments

Comments
 (0)