Lines Matching defs:WINDOWS
9 WINDOWS = 'windows-latest'
127 if os == WINDOWS:
128 # For non-CL compilers under Windows (for now it's only MinGW-GCC),
440 """Generate Windows job configuration."""
441 os = WINDOWS
453 # Use latest for Windows - tends to be backward compatible and stable
454 job = f""" test-windows{arch_suffix}:
455 runs-on: windows-latest
477 echo === Windows Version ===
655 elif workflow_type == 'windows':
657 print(GITHUB_ACTIONS_TEMPLATE.format(name='Windows CI', jobs=jobs))
681 print("Usage: gen_gh_actions.py [linux|macos|windows|freebsd|all]", file=sys.stderr)