Skip to content

Commit ae14fc9

Browse files
committed
Upgrade CI image to macOS 12
Signed-off-by: Yuki Okushi <[email protected]>
1 parent 01eb85d commit ae14fc9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/bors.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -259,11 +259,7 @@ jobs:
259259

260260
name: Build Channels macOS
261261
needs: macos
262-
# FIXME: Use macOS 11 for now as CI failed with a linker error on macOS 12 image:
263-
# ld: in /.../x86_64-apple-darwin/lib/libstd-a4729905.rlib(rust.metadata.bin),
264-
# archive member 'rust.metadata.bin' with length 2958149 is not mach-o or llvm bitcode file '/.../x86_64-apple-darwin/lib/libstd-a4729905.rlib'
265-
# Possibly related: https://github.com/actions/runner-images/issues/6350
266-
runs-on: macos-11
262+
runs-on: macos-12
267263
env:
268264
OS: macos
269265
strategy:

0 commit comments

Comments
 (0)