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 198beb0 + 8949ffc commit a4c1846Copy full SHA for a4c1846
.github/workflows/bors.yml
@@ -223,7 +223,11 @@ jobs:
223
build_channels_macos:
224
name: Build Channels macOS
225
needs: macos
226
- runs-on: macos-12
+ # FIXME: Use macOS 11 for now as CI failed with a linker error on macOS 12 image:
227
+ # ld: in /.../x86_64-apple-darwin/lib/libstd-a4729905.rlib(rust.metadata.bin),
228
+ # archive member 'rust.metadata.bin' with length 2958149 is not mach-o or llvm bitcode file '/.../x86_64-apple-darwin/lib/libstd-a4729905.rlib'
229
+ # Possibly related: https://github.com/actions/runner-images/issues/6350
230
+ runs-on: macos-11
231
env:
232
OS: macos
233
strategy:
0 commit comments