Skip to content

Commit fc715c7

Browse files
committed
Disable 5.10 CI
1 parent 0dd9003 commit fc715c7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
linux_5_10_enabled:
1818
type: boolean
1919
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
20-
default: true
20+
default: false
2121
linux_6_0_enabled:
2222
type: boolean
2323
description: "Boolean to enable the Linux 6.0 Swift version matrix job. Defaults to true."

.github/workflows/cxx_interop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
linux_5_10_enabled:
1111
type: boolean
1212
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
13-
default: true
13+
default: false
1414
linux_6_0_enabled:
1515
type: boolean
1616
description: "Boolean to enable the Linux 6.0 Swift version matrix job. Defaults to true."

.github/workflows/release_builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
linux_5_10_enabled:
77
type: boolean
88
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
9-
default: true
9+
default: false
1010
linux_5_10_arguments_override:
1111
type: string
1212
description: "The arguments passed to swift test in the Linux 5.10 Swift version matrix job."

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
linux_5_10_enabled:
1515
type: boolean
1616
description: "Boolean to enable the Linux 5.10 Swift version matrix job. Defaults to true."
17-
default: true
17+
default: false
1818
linux_5_10_arguments_override:
1919
type: string
2020
description: "The arguments passed to swift test in the Linux 5.10 Swift version matrix job."

0 commit comments

Comments
 (0)