This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 941df3e1b1 Switching GH workflows to macos-15 due to
https://github.com/actions/runner-images/issues/14167
941df3e1b1 is described below
commit 941df3e1b18b5929b0b384827926682a0bf85664
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 5ba4d0e469..7ff7c91647 100644
--- a/.github/workflows/crosschecks.yml
+++ b/.github/workflows/crosschecks.yml
@@ -32,7 +32,7 @@ jobs:
matrix:
language: ['java']
java: [ '25', '27-ea' ]
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-15]
steps:
- name: Checkout repository