Skip to content

Commit cce8f7e

Browse files
committed
Use macos-latest on CI
1 parent f2d2266 commit cce8f7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bindgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ${{matrix.os}}
109109
strategy:
110110
matrix:
111-
os: [ubuntu-latest, macos-12]
111+
os: [ubuntu-latest, macos-latest]
112112
steps:
113113
- uses: actions/checkout@v4
114114

@@ -165,7 +165,7 @@ jobs:
165165
# FIXME: Ideally should use the latest llvm version, but llvm doesn't
166166
# provide releases for x86-64 macOS anymore which is what the runner uses.
167167
#
168-
- os: macos-12
168+
- os: macos-latest
169169
llvm_version: "9.0"
170170
release_build: 0
171171
no_default_features: 0

0 commit comments

Comments
 (0)