Skip to content

Commit

Permalink
ci: Try to keep mac CI on 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Jan 15, 2024
1 parent 9c59ac9 commit 46c06e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/bindgen.yml
Expand Up @@ -175,14 +175,14 @@ jobs:
# feature_extra_asserts: 0

# Ensure stuff works on macos too
# Disabled for now because llvm doesn't provide releases for x86-64
# macOS which is what the runner uses.
# FIXME: Ideally should use the latest llvm version, but llvm doesn't
# provide releases for x86-64 macOS anymore which is what the runner uses.
#
# - os: macos-latest
# llvm_version: "16.0"
# release_build: 0
# no_default_features: 0
# feature_extra_asserts: 0
- os: macos-latest
llvm_version: "9.0"
release_build: 0
no_default_features: 0
feature_extra_asserts: 0
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 46c06e5

Please sign in to comment.