Skip to content

Commit

Permalink
ci: drop macos example test run
Browse files Browse the repository at this point in the history
GHA only provides 5 concurrent macOS jobs for a team. Running 8 macOS jobs for "examples" is excessive, and frankly unnecessary here, since they are more or less covered in `ubuntu-latest`.

This makes us wait a lot of time before the PR succeeds.
  • Loading branch information
skshetry authored Dec 9, 2024
1 parent de6b1c6 commit 717e1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
pyv: ['3.9', '3.12']
group: ['get_started', 'llm_and_nlp or computer_vision', 'multimodal']
exclude:
Expand Down

0 comments on commit 717e1f5

Please sign in to comment.