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.
macos-latest
1 parent f2d2266 commit cce8f7eCopy full SHA for cce8f7e
.github/workflows/bindgen.yml
@@ -108,7 +108,7 @@ jobs:
108
runs-on: ${{matrix.os}}
109
strategy:
110
matrix:
111
- os: [ubuntu-latest, macos-12]
+ os: [ubuntu-latest, macos-latest]
112
steps:
113
- uses: actions/checkout@v4
114
@@ -165,7 +165,7 @@ jobs:
165
# FIXME: Ideally should use the latest llvm version, but llvm doesn't
166
# provide releases for x86-64 macOS anymore which is what the runner uses.
167
#
168
- - os: macos-12
+ - os: macos-latest
169
llvm_version: "9.0"
170
release_build: 0
171
no_default_features: 0
0 commit comments