Skip to content

Commit

Permalink
use windows-2019
Browse files Browse the repository at this point in the history
  • Loading branch information
csernazs committed Aug 29, 2024
1 parent 8577f35 commit 8b1450f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13-dev"]
os-version: ["ubuntu-latest", "windows-latest"]
os-version: ["ubuntu-latest", "windows-2019"]
exclude:
- os-version: windows-latest
- os-version: windows-2019
include:
- os-version: windows-latest
- os-version: windows-2019
python-version: 3.12

runs-on: ${{ matrix.os-version }}
Expand Down

0 comments on commit 8b1450f

Please sign in to comment.