Skip to content

ci: Remove macos 11 test runner and add macos 14 runner #177

ci: Remove macos 11 test runner and add macos 14 runner

ci: Remove macos 11 test runner and add macos 14 runner #177

Workflow file for this run

name: Clippy
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Clippy
run: cargo clippy -vv -- -D warnings