ops: switch tests to Windows system instead of Linux
This commit is contained in:
@@ -18,23 +18,23 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- python-version: "3.9"
|
||||
os: ubuntu-latest
|
||||
os: windows-latest
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.10"
|
||||
os: ubuntu-latest
|
||||
os: windows-latest
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.11"
|
||||
os: ubuntu-latest
|
||||
os: windows-latest
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.12"
|
||||
os: ubuntu-latest
|
||||
os: windows-latest
|
||||
env:
|
||||
TOXENV: py
|
||||
- python-version: "3.13"
|
||||
os: ubuntu-latest
|
||||
os: windows-latest
|
||||
env:
|
||||
TOXENV: py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user