summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2023-04-23 10:56:14 +0900
committerYuki Okushi <jtitor@2k36.org>2023-04-24 04:51:03 +0900
commitae14fc9387b2d1480da744acac2fe8577104b40f (patch)
tree6acf5a4cc4a2df44a7ec93868bba64910297d140
parent01eb85d61cc43c8ed6e7530c970a1ac400cd746f (diff)
downloadrust-libc-ae14fc9387b2d1480da744acac2fe8577104b40f.tar.gz
Upgrade CI image to macOS 12
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
-rw-r--r--.github/workflows/bors.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml
index 02bb131037..39fe8c8483 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: