Skip to content

Commit

Permalink
chore: reduce build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 authored Dec 5, 2024
1 parent f70ef51 commit a69fdbd
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/python_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- macos-12
- windows-2019
- macos-14
- windows-2022
python-version: [3.7, 3.8, 3.9, '3.10']
python-version: ['3.10']

steps:
- name: Checkout
Expand Down

0 comments on commit a69fdbd

Please sign in to comment.