Skip to content

Commit

Permalink
Set OS versions explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Feb 14, 2025
1 parent 25f4b02 commit d4c3a55
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 @@ -8,13 +8,13 @@ jobs:
timeout-minutes: 20
strategy:
fail-fast: false
os: ubuntu-22.04
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
include:
- os: macos-latest
- os: macos-14
python-version: "3.12"
- os: windows-latest
- os: windows-2022
python-version: "3.12"

steps:
Expand Down

0 comments on commit d4c3a55

Please sign in to comment.