Skip to content

Commit

Permalink
fixup! fixup! ci: Try to fix macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 26, 2024
1 parent ccc9183 commit 8163c14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Expand Up @@ -179,7 +179,7 @@ jobs:

# Ensure stuff works on macos too
- os: macos-latest
llvm_version: "16.0"
llvm_version: "17.0"
release_build: 0
no_default_features: 0
feature_extra_asserts: 0
Expand Down
5 changes: 3 additions & 2 deletions ci/test.sh
Expand Up @@ -24,9 +24,10 @@ function llvm_macos_target_triple() {

function llvm_version_triple() {
case "$1" in
9.0) echo "9.0.1" ;;
9.0) echo "9.0.1" ;;
17.0) echo "17.0.6" ;;
# By default, take the .0 patch release
*) echo "$1.0" ;;
*) echo "$1.0" ;;
esac
}

Expand Down

0 comments on commit 8163c14

Please sign in to comment.