Skip to content

Commit

Permalink
Reduce publish matrix to mitigate secondary rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
EnricoMi committed Mar 17, 2023
1 parent 1c7947f commit 296f1ef
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -430,29 +430,9 @@ jobs:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
# test *-latest and newer (because newer eventually become 'latest' and should be tested to work before that)
include:
- os: macos-latest
os-label: macOS
python: "3.8"
- os: macos-latest
os-label: macOS
python: "installed"
- os: macos-12
os-label: macOS 12
python: "installed"

- os: ubuntu-latest
os-label: Linux
python: "3.8"
- os: ubuntu-latest
os-label: Linux
python: "installed"
- os: ubuntu-22.04
os-label: Linux 22.04
python: "installed"

- os: windows-latest
os-label: Windows
python: "installed"

steps:
- name: Checkout
Expand Down

0 comments on commit 296f1ef

Please sign in to comment.