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

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


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

commit e8e3358dafc68894575a0245bf7e01cbaf3c289f
Author: lprimak <[email protected]>
AuthorDate: Sat Sep 6 17:13:37 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 a10ca82bd..9d49ca594 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -54,7 +54,7 @@ jobs:
 
     strategy:
       matrix:
-        os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ]
+        os: [ 'ubuntu-latest', 'windows-2022', 'macOS-latest' ]
         jdk: [ 11, 17, 21, 24 ]
         dist: [ 'temurin', 'adopt-openj9', 'zulu' ]
         exclude:

Reply via email to