Skip to content

Commit 8163c14

Browse files
committed
fixup! fixup! ci: Try to fix macOS runner
1 parent ccc9183 commit 8163c14

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/bindgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179

180180
# Ensure stuff works on macos too
181181
- os: macos-latest
182-
llvm_version: "16.0"
182+
llvm_version: "17.0"
183183
release_build: 0
184184
no_default_features: 0
185185
feature_extra_asserts: 0

ci/test.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ function llvm_macos_target_triple() {
2424

2525
function llvm_version_triple() {
2626
case "$1" in
27-
9.0) echo "9.0.1" ;;
27+
9.0) echo "9.0.1" ;;
28+
17.0) echo "17.0.6" ;;
2829
# By default, take the .0 patch release
29-
*) echo "$1.0" ;;
30+
*) echo "$1.0" ;;
3031
esac
3132
}
3233

0 commit comments

Comments
 (0)