This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/4_0_X by this push:
new c85575df80 Switching GH workflows to macos-15 due to
https://github.com/actions/runner-images/issues/14167
c85575df80 is described below
commit c85575df80dff9a3c6de0257c6bc51bd3baccb83
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 c87954dfb8..546433913d 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