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 aa780db commit 79e970dCopy full SHA for 79e970d
.github/workflows/bindgen.yml
@@ -122,7 +122,7 @@ jobs:
122
runs-on: ${{matrix.os}}
123
strategy:
124
matrix:
125
- os: [ubuntu-latest, macos-latest]
+ os: [ubuntu-latest, macos-12]
126
steps:
127
- uses: actions/checkout@v3
128
@@ -181,7 +181,7 @@ jobs:
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
#
184
- - os: macos-latest
+ - os: macos-12
185
llvm_version: "9.0"
186
release_build: 0
187
no_default_features: 0
0 commit comments