Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paulocoutinhox committed Feb 2, 2024
1 parent ef21c39 commit 715c903
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
fail-fast: false
matrix:
config:
- { name: "Linux", os: ubuntu-latest }
- { name: "Linux", os: ubuntu-20.04 }
- { name: "Windows", os: windows-latest }
- { name: "macOS", os: macos-latest }
- { name: "macOS", os: macos-12 }
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
exclude:
- { config: { os: macos-latest }, python-version: "3.6" }
- { config: { os: macos-12 }, python-version: "3.6" }
- { config: { os: windows-latest }, python-version: "3.6" }

steps:
Expand Down

0 comments on commit 715c903

Please sign in to comment.