diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2023-05-02 15:49:04 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2023-05-02 15:49:04 +0200 |
| commit | badfee5d8d8ca9c232842d8afee23eeb601ab846 (patch) | |
| tree | d94fff3a287d982a934975c5615c55e204966ab5 /.github | |
| parent | e367a8a011b0875a565f69d8146aca5942e38e16 (diff) | |
| parent | 72e4f963164b147360b2a8a5689ca04b2d76fab2 (diff) | |
| download | mullvadvpn-badfee5d8d8ca9c232842d8afee23eeb601ab846.tar.xz mullvadvpn-badfee5d8d8ca9c232842d8afee23eeb601ab846.zip | |
Merge branch 'fix-clippy-warnings-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 |
