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

ilgrosso pushed a commit to branch 4_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_1_X by this push:
     new a3d70423ab Switching GH workflows to macos-15 due to 
https://github.com/actions/runner-images/issues/14167
a3d70423ab is described below

commit a3d70423ab569c8283608e3123aaf0036ad12ac8
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Tue Jul 14 12:11:21 2026 +0200

    Switching GH workflows to macos-15 due to 
https://github.com/actions/runner-images/issues/14167
---
 .github/workflows/crosschecks.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/crosschecks.yml 
b/.github/workflows/crosschecks.yml
index 52db759d1c..9dd0efd460 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -32,7 +32,7 @@ jobs:
       matrix:
         language: ['java']
         java: [ '21', '27-ea' ]
-        os: [ubuntu-latest, windows-latest, macos-latest]
+        os: [ubuntu-latest, windows-latest, macos-15]
 
     steps:
     - name: Checkout repository

Reply via email to