Skip to content

Commit 285e1fb

Browse files
authored
Remove Xcode 16.0 & 16.1 (#140)
These images have been removed from the swift ci images and should no longer be tested against.
1 parent 31032ce commit 285e1fb

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

0 commit comments

Comments
 (0)