From 6793c1c30e33425e9a75d56d505bd1ea73c8f368 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 23 Apr 2023 10:56:14 +0900 Subject: [PATCH] Upgrade CI image to macOS 12 Signed-off-by: Yuki Okushi --- .github/workflows/bors.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index e4e342a1b30c2..27d898abf8208 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -259,11 +259,7 @@ jobs: name: Build Channels macOS needs: macos - # 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 + runs-on: macos-12 env: OS: macos strategy: