CI: revert to windows-2022 for now
see https://github.com/msys2/MINGW-packages/pull/24677#issuecomment-3017919467
This commit is contained in:
parent
54197e6af4
commit
70dec0bd33
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -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:
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user