Skip to content

Commit

Permalink
Auto merge of #3219 - JohnTitor:macos-12, r=JohnTitor
Browse files Browse the repository at this point in the history
Upgrade CI image to macOS 12

The linked issue was closed, let's see if we can use macOS 12.
  • Loading branch information
bors committed Apr 23, 2023
2 parents 01eb85d + 6793c1c commit 749551a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/bors.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 749551a

Please sign in to comment.