We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9b31dc + 7942b77 commit f6ec8c5Copy full SHA for f6ec8c5
.github/workflows/full_ci.yml
@@ -227,14 +227,6 @@ jobs:
227
- { toolchain: stable, os: macos-13 }
228
- { toolchain: beta, os: macos-13 }
229
- { toolchain: nightly, os: macos-13 }
230
- # Use macOS 11 for older toolchains as newer Xcode donesn't work well.
231
- # FIXME: Disabled due to:
232
- # error: failed to parse registry's information for: serde
233
- #- { toolchain: 1.13.0, os: macos-11 }
234
- - { toolchain: 1.19.0, os: macos-11 }
235
- - { toolchain: 1.24.0, os: macos-11 }
236
- - { toolchain: 1.25.0, os: macos-11 }
237
- - { toolchain: 1.30.0, os: macos-11 }
238
runs-on: ${{ matrix.target.os }}
239
steps:
240
- uses: actions/checkout@v4
0 commit comments