Skip to content

Commit ffe947b

Browse files
authored
Clarify comments in ci.yaml
Updated comments in CI workflow for clarity.
1 parent 01c148e commit ffe947b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ jobs:
1212
strategy:
1313
matrix:
1414
# Keep this list up to date with supported Windows runner images.
15+
#
1516
# When windows-latest ships a new Visual Studio major version and
1617
# test_newest_vs_known fails, follow the steps in MAINTENANCE.md:
17-
# add the outgoing windows-latest image here so its toolchain stays
18-
# tested, then update the test and autobuild source for the new one.
19-
# See: MAINTENANCE.md
18+
# add the outgoing windows-latest image here (e.g., windows-2026)
19+
# so its toolchain stays tested, then update the test and autobuild
20+
# source for the new one.
21+
# See: MAINTENANCE.md for other steps
2022
os: [ubuntu-latest, macos-latest, windows-latest, windows-2022]
2123
python-version: ["3.11"]
2224
include:

0 commit comments

Comments
 (0)