Skip to content

Commit b3d1f6b

Browse files
committed
Run clippy action on macos-14 to avoid having to install Linux deps
1 parent 56e2ebe commit b3d1f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
clippy:
4848
if: github.event.pull_request.draft == false
4949
name: clippy
50-
runs-on: ubuntu-latest
50+
runs-on: macos-14 ## avoids having to install Linux deps
5151
steps:
5252
- uses: actions/checkout@v4
5353
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)