Skip to content

Commit

Permalink
Auto merge of #3358 - JohnTitor:fix/disable-1.13-ci, r=JohnTitor
Browse files Browse the repository at this point in the history
Disable 1.13 CI
  • Loading branch information
bors committed Sep 21, 2023
2 parents 7a012b6 + d932464 commit 8cb104c
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 8cb104c

Please sign in to comment.