mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
lkl/ci: use windows-2022 instead of windows-2019
windows-2019 is being phased out for GH actions: This is a scheduled Windows Server 2019 brownout. The Windows Server 2019 image will be removed on 2025-06-30. For more details, see https://github.com/actions/runner-images/issues/12045 We should be able to migrate to windows-2025, but use 2022 for now to avoid any major surprises. A list of image differences can be found at: https://github.com/actions/runner-images/issues/3949 Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -27,9 +27,9 @@ jobs:
|
||||
runs_on: ubuntu-22.04
|
||||
shell: bash
|
||||
build_options: "MMU=1 MMU_KUNIT=1 kasan=yes"
|
||||
- displayTargetName: windows-2019
|
||||
- displayTargetName: windows-2022
|
||||
os: windows
|
||||
runs_on: windows-2019
|
||||
runs_on: windows-2022
|
||||
pip_option: --break-system-packages
|
||||
shell: msys2 {0}
|
||||
- displayTargetName: clang-build
|
||||
|
||||
Reference in New Issue
Block a user