Skip to content

Commit e340d1c

Browse files
committed
Inelegantly fix a problem where os-ver is empty
The experiment 3.13 Windows job recently started getting `runs-on` set to `windows-` rather than `windows-latest` (causing it to block indefinitely waiting on a self-hosted runner with `windows-` as a label). I don't know why this happens, since it looks like it did not happen before rebasing from 65ff35f to 6060afd, but it happens when force-pushing back to that OID from before the rebase. This usually indicates a change in the runner software (or some other part of the GHA infrastructure), but it could be that it happened before and went unnoticed (then looked like a failure but was actually a cancellation?).
1 parent 6060afd commit e340d1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpackage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- experimental: false
2828
- os-type: windows
2929
python-version: "3.13"
30+
os-ver: latest # Somehow the fallback (`- os-ver: latest` by itself) no longer covers this.
3031
experimental: true
3132

3233
fail-fast: false

0 commit comments

Comments
 (0)