mirror of https://github.com/astral-sh/uv
Run tests on macOS too
This commit is contained in:
parent
34ced1e895
commit
8fc904459e
|
|
@ -45,7 +45,7 @@ jobs:
|
|||
cargo-test:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest]
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
runs-on:
|
||||
# We use the large GitHub actions runners for faster testing
|
||||
# For Ubuntu and Windows, this requires Organization-level configuration
|
||||
|
|
|
|||
Loading…
Reference in New Issue