This is an automated email from the ASF dual-hosted git repository.

lprimak pushed a commit to branch 1.13.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.13.x by this push:
     new 55eb31a75 chore(CI): GitHub Actions: use Windows 2022 for builds due 
to surefire issue
55eb31a75 is described below

commit 55eb31a75abc63614e74bdc60b2758617aa350ff
Author: lprimak <[email protected]>
AuthorDate: Sat Sep 6 17:20:04 2025 -0500

    chore(CI): GitHub Actions: use Windows 2022 for builds due to surefire issue
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 0e5e5de31..4a4b66a5e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -88,7 +88,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ windows-latest, macOS-latest ]
+        os: [ windows-2022, macOS-latest ]
         java:
           #  8
           - version: 8

Reply via email to