Skip to content

Commit bb421f6

Browse files
authored
Reduce macos runner coverage due to capacity (#13686)
### Motivation and Context Reduce macos runner coverage due to capacity <!-- Thank you for your contribution to the semantic-kernel repo! Please help reviewers and future users, providing the following information: 1. Why is this change required? 2. What problem does it solve? 3. What scenario does it contribute to? 4. If it fixes an open issue, please link to the issue here. --> ### Description Reduce macos runner coverage due to capacity <!-- Describe your changes, the overall approach, the underlying design. These notes will help understanding how your code works. Thanks! --> ### Contribution Checklist <!-- Before submitting this PR, please make sure: --> - [ ] The code builds clean without any errors or warnings - [ ] The PR follows the [SK Contribution Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md) and the [pre-submission formatting script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts) raises no violations - [ ] All unit tests pass, and I have added new tests where possible - [ ] I didn't break anyone 😄
1 parent 620e412 commit bb421f6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ jobs:
2121
os: [ubuntu-latest, windows-latest, macos-latest]
2222
experimental: [false]
2323
test-suite: ["unit-all-except-dapr", "dapr"]
24+
exclude:
25+
- python-version: "3.10"
26+
os: macos-latest
27+
- python-version: "3.11"
28+
os: macos-latest
2429
include:
2530
- python-version: "3.13"
2631
os: "ubuntu-latest"

0 commit comments

Comments
 (0)