Skip to content

Commit

Permalink
ci: Try to fix macOS runners by running on macos-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Apr 27, 2024
1 parent aa780db commit 79e970d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindgen.yml
Expand Up @@ -122,7 +122,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-12]
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
# 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
- os: macos-12
llvm_version: "9.0"
release_build: 0
no_default_features: 0
Expand Down

0 comments on commit 79e970d

Please sign in to comment.