File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,9 @@ jobs:
237
237
stable,
238
238
beta,
239
239
nightly,
240
- 1.13.0,
240
+ # FIXME: Disabled due to:
241
+ # error: failed to parse registry's information for: serde
242
+ # 1.13.0,
241
243
1.19.0,
242
244
1.24.0,
243
245
1.25.0,
@@ -270,7 +272,9 @@ jobs:
270
272
- { toolchain: beta, os: macos-12 }
271
273
- { toolchain: nightly, os: macos-12 }
272
274
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
273
- - { toolchain: 1.13.0, os: macos-11 }
275
+ # FIXME: Disabled due to:
276
+ # error: failed to parse registry's information for: serde
277
+ # - { toolchain: 1.13.0, os: macos-11 }
274
278
- { toolchain: 1.19.0, os: macos-11 }
275
279
- { toolchain: 1.24.0, os: macos-11 }
276
280
- { toolchain: 1.25.0, os: macos-11 }
You can’t perform that action at this time.
0 commit comments