File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 strategy :
4848 fail-fast : true
4949 matrix :
50- swift_version : ['6.2', '6.3', 'nightly']
50+ swift_version : ['6.2', '6.3'] # FIXME: reenable 'nightly' once snapshot toolchains are stable again
5151 os_version : ['jammy']
5252 jdk_vendor : ['corretto']
5353 container :
@@ -139,7 +139,7 @@ jobs:
139139 strategy :
140140 fail-fast : false
141141 matrix :
142- swift_version : ['6.1.3', '6.2', '6.3', 'nightly']
142+ swift_version : ['6.1.3', '6.2', '6.3'] # FIXME: reenable 'nightly' once snapshot toolchains are stable again
143143 os_version : ['jammy']
144144 jdk_vendor : ['corretto']
145145 container :
@@ -189,7 +189,7 @@ jobs:
189189 strategy :
190190 fail-fast : false
191191 matrix :
192- swift_version : ['nightly-main', 'nightly-6.3']
192+ swift_version : ['nightly-6.3'] # FIXME: reenable 'nightly-main' once snapshot toolchains are stable again
193193 os_version : ['jammy']
194194 jdk_vendor : ['corretto']
195195 sdk_triple : ['aarch64-unknown-linux-android28', 'x86_64-unknown-linux-android28', 'armv7-unknown-linux-android28']
@@ -213,7 +213,7 @@ jobs:
213213 strategy :
214214 fail-fast : false
215215 matrix :
216- swift_version : ['6.1.3', '6.2', '6.3', 'nightly']
216+ swift_version : ['6.1.3', '6.2', '6.3'] # FIXME: reenable 'nightly' once snapshot toolchains are stable again
217217 os_version : ['jammy']
218218 jdk_vendor : ['corretto']
219219 sample_app : [ # TODO: use a reusable-workflow to generate those names
You can’t perform that action at this time.
0 commit comments