We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa53c38 commit d5248adCopy full SHA for d5248ad
.github/workflows/test.yml
@@ -41,7 +41,8 @@ jobs:
41
max-parallel: 8
42
matrix:
43
python-version: ["3.10", "3.11", "3.12", "3.13"]
44
- # There's no platform specific SDK code, but explicitly check Windows anyway
+ # There's no platform specific SDK code, but explicitly check Windows
45
+ # to ensure there aren't any inadvertent POSIX-only assumptions
46
os: [ubuntu-22.04, windows-2022]
47
48
# Check https://github.com/actions/action-versions/tree/main/config/actions
0 commit comments