Skip to content

Commit d932464

Browse files
committed
Disable 1.13 CI
1 parent 92e5d67 commit d932464

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/bors.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,9 @@ jobs:
237237
stable,
238238
beta,
239239
nightly,
240-
1.13.0,
240+
# FIXME: Disabled due to:
241+
# error: failed to parse registry's information for: serde
242+
#1.13.0,
241243
1.19.0,
242244
1.24.0,
243245
1.25.0,
@@ -270,7 +272,9 @@ jobs:
270272
- { toolchain: beta, os: macos-12 }
271273
- { toolchain: nightly, os: macos-12 }
272274
# 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 }
274278
- { toolchain: 1.19.0, os: macos-11 }
275279
- { toolchain: 1.24.0, os: macos-11 }
276280
- { toolchain: 1.25.0, os: macos-11 }

0 commit comments

Comments
 (0)