Skip to content

Commit 79e970d

Browse files
committed
ci: Try to fix macOS runners by running on macos-12.
1 parent aa780db commit 79e970d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bindgen.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ${{matrix.os}}
123123
strategy:
124124
matrix:
125-
os: [ubuntu-latest, macos-latest]
125+
os: [ubuntu-latest, macos-12]
126126
steps:
127127
- uses: actions/checkout@v3
128128

@@ -181,7 +181,7 @@ jobs:
181181
# FIXME: Ideally should use the latest llvm version, but llvm doesn't
182182
# provide releases for x86-64 macOS anymore which is what the runner uses.
183183
#
184-
- os: macos-latest
184+
- os: macos-12
185185
llvm_version: "9.0"
186186
release_build: 0
187187
no_default_features: 0

0 commit comments

Comments
 (0)