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.
1 parent 01eb85d commit ae14fc9Copy full SHA for ae14fc9
.github/workflows/bors.yml
@@ -259,11 +259,7 @@ jobs:
259
260
name: Build Channels macOS
261
needs: macos
262
- # FIXME: Use macOS 11 for now as CI failed with a linker error on macOS 12 image:
263
- # ld: in /.../x86_64-apple-darwin/lib/libstd-a4729905.rlib(rust.metadata.bin),
264
- # archive member 'rust.metadata.bin' with length 2958149 is not mach-o or llvm bitcode file '/.../x86_64-apple-darwin/lib/libstd-a4729905.rlib'
265
- # Possibly related: https://github.com/actions/runner-images/issues/6350
266
- runs-on: macos-11
+ runs-on: macos-12
267
env:
268
OS: macos
269
strategy:
0 commit comments