Skip to content

Commit c3ec7f3

Browse files
committed
ci: Try to fix macOS runner
Now seems to run on arm64 out of the blue...
1 parent aa780db commit c3ec7f3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,8 @@ jobs:
178178
# feature_extra_asserts: 0
179179

180180
# Ensure stuff works on macos too
181-
# FIXME: Ideally should use the latest llvm version, but llvm doesn't
182-
# provide releases for x86-64 macOS anymore which is what the runner uses.
183-
#
184181
- os: macos-latest
185-
llvm_version: "9.0"
182+
llvm_version: "16.0"
186183
release_build: 0
187184
no_default_features: 0
188185
feature_extra_asserts: 0

0 commit comments

Comments
 (0)