You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation:
Some changes were missed, passing through parameters for the new 6.1
version.
Modifications:
Pass through more parameters, clean up misleading comments.
Result:
6.1 nightly runs will be more like 6.0 nightly runs were
Copy file name to clipboardExpand all lines: .github/workflows/cxx_interop.yml
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ on:
16
16
description: "Boolean to enable the Linux 6.0 Swift version matrix job. Defaults to true."
17
17
default: true
18
18
linux_nightly_6_0_enabled:
19
+
type: boolean
20
+
description: "⚠️ Deprecated, we no longer run against 6.0 nightly."
21
+
default: false
22
+
linux_nightly_6_1_enabled:
19
23
type: boolean
20
24
description: "Boolean to enable the Linux nightly 6.0 Swift version matrix job. Defaults to true."
21
25
default: true
@@ -30,7 +34,7 @@ on:
30
34
default: false
31
35
windows_nightly_6_0_enabled:
32
36
type: boolean
33
-
description: "Boolean to enable the Windows nightly 6.0 Swift version matrix job. Defaults to false. Currently has no effect!"# TODO: implement Windows Cxx compat checking
37
+
description: "⚠️ Deprecated, we no longer run against 6.0 nightly."# TODO: implement Windows Cxx compat checking
0 commit comments