Skip to content

Commit d5248ad

Browse files
committed
Clarify CI platform comment
1 parent aa53c38 commit d5248ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
max-parallel: 8
4242
matrix:
4343
python-version: ["3.10", "3.11", "3.12", "3.13"]
44-
# There's no platform specific SDK code, but explicitly check Windows anyway
44+
# There's no platform specific SDK code, but explicitly check Windows
45+
# to ensure there aren't any inadvertent POSIX-only assumptions
4546
os: [ubuntu-22.04, windows-2022]
4647

4748
# Check https://github.com/actions/action-versions/tree/main/config/actions

0 commit comments

Comments
 (0)