Skip to content

Commit 9cfd2ee

Browse files
committed
Downgrade macOS image to 11
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
1 parent 51a1d3f commit 9cfd2ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
- nightly
1919
- 1.23.0
2020
os:
21-
- macos-12
21+
# FIXME: compiling with 1.23 on macOS 12 fails to linL
22+
# archive member 'rust.metadata.bin' with length 40821 is not mach-o or llvm bitcode file
23+
- macos-11
2224
- windows-2022
2325
- ubuntu-22.04
2426

0 commit comments

Comments
 (0)