Skip to content

Commit

Permalink
Run tests on macos and remove tests on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mews committed Jun 12, 2024
1 parent 644d2e5 commit 3d573de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:

uses: Mews/.github/.github/workflows/run-python-tests.yaml@main
with:
python_versions: '["3.10", "3.11", "3.12"]'
os_list: '["ubuntu-latest", "windows-latest"]'
python_versions: '["3.10", "3.12"]'
os_list: '["ubuntu-latest", "windows-latest", "macos-latest"]'

0 comments on commit 3d573de

Please sign in to comment.