chore(ci): remove redundant runs-on config (#3925)

This commit is contained in:
Jamil
2024-03-04 21:51:21 -08:00
committed by GitHub
parent 9e7389b1ac
commit b5303bdc46

View File

@@ -16,11 +16,6 @@ jobs:
strategy:
fail-fast: false
matrix:
runs-on:
# We only need to run static analysis checks per OS family
- ubuntu-22.04
- macos-14
- windows-2022
# TODO: https://github.com/rust-lang/cargo/issues/5220
include:
- runs-on: ubuntu-22.04