diff options
| author | Linus Färnstrand <faern@faern.net> | 2023-05-02 13:54:51 +0200 |
|---|---|---|
| committer | Linus Färnstrand <faern@faern.net> | 2023-05-02 13:54:51 +0200 |
| commit | 55671757eaa8024a07c3485edace36e16d17b5f7 (patch) | |
| tree | 334487bc38b0208221a7ef58f21139b41025b2e6 /.github | |
| parent | e367a8a011b0875a565f69d8146aca5942e38e16 (diff) | |
| download | mullvadvpn-55671757eaa8024a07c3485edace36e16d17b5f7.tar.xz mullvadvpn-55671757eaa8024a07c3485edace36e16d17b5f7.zip | |
Run Clippy in CI on macOS
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/clippy.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 2c28af450b..8d55bd2c05 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -11,7 +11,7 @@ jobs: clippy_check: strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout repository |
