Skip to content

Commit

Permalink
Use macos-latest on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Dec 4, 2024
1 parent f2d2266 commit cce8f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ubuntu-latest, macos-12]
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4

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

0 comments on commit cce8f7e

Please sign in to comment.