Skip to content

Commit a4c1846

Browse files
committed
Auto merge of #2939 - JohnTitor:gha-macos-workaround, r=JohnTitor
gha: Downgrade macOS image to 11 as workaround Signed-off-by: Yuki Okushi <jtitor@2k36.org>
2 parents 198beb0 + 8949ffc commit a4c1846

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/bors.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,11 @@ jobs:
223223
build_channels_macos:
224224
name: Build Channels macOS
225225
needs: macos
226-
runs-on: macos-12
226+
# 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
227231
env:
228232
OS: macos
229233
strategy:

0 commit comments

Comments
 (0)