Skip to content

Commit

Permalink
Auto merge of #2939 - JohnTitor:gha-macos-workaround, r=JohnTitor
Browse files Browse the repository at this point in the history
gha: Downgrade macOS image to 11 as workaround

Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
bors committed Oct 4, 2022
2 parents 198beb0 + 8949ffc commit a4c1846
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bors.yml
Expand Up @@ -223,7 +223,11 @@ jobs:
build_channels_macos:
name: Build Channels macOS
needs: macos
runs-on: macos-12
# FIXME: Use macOS 11 for now as CI failed with a linker error on macOS 12 image:
# ld: in /.../x86_64-apple-darwin/lib/libstd-a4729905.rlib(rust.metadata.bin),
# archive member 'rust.metadata.bin' with length 2958149 is not mach-o or llvm bitcode file '/.../x86_64-apple-darwin/lib/libstd-a4729905.rlib'
# Possibly related: https://github.com/actions/runner-images/issues/6350
runs-on: macos-11
env:
OS: macos
strategy:
Expand Down

0 comments on commit a4c1846

Please sign in to comment.