CI: revert to windows-2022 for now

see https://github.com/msys2/MINGW-packages/pull/24677#issuecomment-3017919467
This commit is contained in:
Christoph Reiter 2025-06-30 08:22:56 +02:00
parent 54197e6af4
commit 70dec0bd33
2 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, windows-2025, windows-11-arm]
os: [ubuntu-24.04, windows-2022, windows-11-arm]
python-version: ['3.10', '3.11', '3.12', '3.13']
steps:

View File

@ -50,39 +50,39 @@ class Config:
RUNNER_CONFIG: Dict[BuildType, Dict] = {
"msys-src": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
"max_jobs": 1,
},
"msys": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
},
"mingw-src": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
"max_jobs": 1,
},
"mingw32": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
},
"mingw64": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
},
"ucrt64": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
},
"clang64": {
"repo": "msys2/msys2-autobuild",
"labels": ["windows-2025"],
"labels": ["windows-2022"],
"hosted": True,
},
"clangarm64": {