Skip to content

Commit

Permalink
oops try latest for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Jan 31, 2025
1 parent 95be676 commit 08f2580
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
- { python: "3.10", os: "ubuntu-latest", session: "tests" }
- { python: "3.11", os: "ubuntu-latest", session: "tests" }
- { python: "3.12", os: "ubuntu-latest", session: "tests" }
# - { python: "3.11", os: "windows-latest", session: "tests" }
- { python: "3.8", os: "macos-13", session: "tests" }
- { python: "3.9", os: "macos-latest", session: "tests" }
# - { python: "3.12", os: "windows-latest", session: "tests" }
- { python: "3.9", os: "macos-13", session: "tests" }
- { python: "3.12", os: "macos-latest", session: "tests" }
- { python: "3.9", os: "ubuntu-latest", session: "size" }
- { python: "3.9", os: "ubuntu-latest", session: "coverage" }

Expand Down

0 comments on commit 08f2580

Please sign in to comment.