This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 921ec825c868 Replace windows-2019 by windows-2025 as GitHub action
runner
921ec825c868 is described below
commit 921ec825c868ac4980cda5182379390543bfe59d
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon May 18 15:19:59 2026 +0200
Replace windows-2019 by windows-2025 as GitHub action runner
for the alternate OS tested
The Windows 2019 is now deprecated
https://github.com/actions/runner-images/issues/12045
Note also that:
```
NOTICE: windows-latest requests are being redirected to
windows-2025-vs2026 by June 15, 2026
```
so at that point in time will need to switch to windows-2022 and
windows-latest
Signed-off-by: Aurélien Pupier <[email protected]>
---
.github/workflows/alternative-os-build-main.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/alternative-os-build-main.yml
b/.github/workflows/alternative-os-build-main.yml
index aaa751cb6563..27646b90f002 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [windows-latest, macos-latest, windows-2019]
+ os: [windows-latest, macos-latest, windows-2025]
fail-fast: false
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2