Skip to content

Commit

Permalink
simplifies build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Aug 2, 2024
1 parent 6d6c4b9 commit 58d492f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [ '3.9', '3.10', '3.11', '3.12' ]
#os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest]
#python-version: [ '3.9', '3.10', '3.11', '3.12' ]
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 58d492f

Please sign in to comment.