Skip to content

Commit

Permalink
Disable 1.13 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Sep 21, 2023
1 parent 92e5d67 commit d932464
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bors.yml
Expand Up @@ -237,7 +237,9 @@ jobs:
stable,
beta,
nightly,
1.13.0,
# FIXME: Disabled due to:
# error: failed to parse registry's information for: serde
#1.13.0,
1.19.0,
1.24.0,
1.25.0,
Expand Down Expand Up @@ -270,7 +272,9 @@ jobs:
- { toolchain: beta, os: macos-12 }
- { toolchain: nightly, os: macos-12 }
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
- { toolchain: 1.13.0, os: macos-11 }
# FIXME: Disabled due to:
# error: failed to parse registry's information for: serde
#- { toolchain: 1.13.0, os: macos-11 }
- { toolchain: 1.19.0, os: macos-11 }
- { toolchain: 1.24.0, os: macos-11 }
- { toolchain: 1.25.0, os: macos-11 }
Expand Down

0 comments on commit d932464

Please sign in to comment.