Skip to content

Commit

Permalink
fix(ci): update matrix to use runners that support selected python ve…
Browse files Browse the repository at this point in the history
…rsions
  • Loading branch information
dairiki committed May 24, 2023
1 parent a023118 commit b6e0c06
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
os: ["macos-10.15", "windows-latest", "ubuntu-latest"]
python-version: ["3.7", "3.8", "3.9", "3.10"]
os: ["macos-latest", "windows-latest", "ubuntu-latest"]
include:
- python-version: "3.6"
os: "ubuntu-20.04"
- python-version: "3.6"
os: "windows-latest"

steps:
- uses: "actions/checkout@v2"
Expand Down

0 comments on commit b6e0c06

Please sign in to comment.