summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2022-10-04 20:10:10 +0900
committerYuki Okushi <jtitor@2k36.org>2022-10-04 20:10:10 +0900
commit8949ffc1212a2a963ed8ab4ee5b6f5944ff3fcbe (patch)
tree527b1a63df189911415786c61b52b95f3b1fd305
parent198beb0d45ef9ae2be1f4a6d35446a2822c13d76 (diff)
downloadrust-libc-8949ffc1212a2a963ed8ab4ee5b6f5944ff3fcbe.tar.gz
gha: Downgrade macOS image to 11 as workaround
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--.github/workflows/bors.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index ab08c167f1..c8e6b8e061 100644
--- a/.github/workflows/bors.yml
+++ b/.github/workflows/bors.yml
@@ -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: