We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc9183 commit 8163c14Copy full SHA for 8163c14
.github/workflows/bindgen.yml
@@ -179,7 +179,7 @@ jobs:
179
180
# Ensure stuff works on macos too
181
- os: macos-latest
182
- llvm_version: "16.0"
+ llvm_version: "17.0"
183
release_build: 0
184
no_default_features: 0
185
feature_extra_asserts: 0
ci/test.sh
@@ -24,9 +24,10 @@ function llvm_macos_target_triple() {
24
25
function llvm_version_triple() {
26
case "$1" in
27
- 9.0) echo "9.0.1" ;;
+ 9.0) echo "9.0.1" ;;
28
+ 17.0) echo "17.0.6" ;;
29
# By default, take the .0 patch release
- *) echo "$1.0" ;;
30
+ *) echo "$1.0" ;;
31
esac
32
}
33
0 commit comments