Skip to content

Commit

Permalink
Limit number of non-Linux runners
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 15, 2024
1 parent d44fbdd commit 4b32047
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
"3.11",
"3.12",
]
os: [
ubuntu-latest,
windows-latest,
macos-latest
]
include:
- os: ubuntu-latest
- os: windows-latest
py-version: 3.8
- os: macos-latest
py-version: 3.8

steps:
- name: Setup Python 3.x
uses: actions/setup-python@v5
Expand Down

0 comments on commit 4b32047

Please sign in to comment.