This is an automated email from the ASF dual-hosted git repository.
fantonangeli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new 2b1cc600e65 NO-ISSUE: [CI] upgrade macos runner (#3376)
2b1cc600e65 is described below
commit 2b1cc600e65868b0744b405a335acacd550b4b8e
Author: Fabrizio Antonangeli <[email protected]>
AuthorDate: Thu Dec 11 14:45:48 2025 +0100
NO-ISSUE: [CI] upgrade macos runner (#3376)
---
.github/workflows/ci_build.yml | 2 +-
.github/workflows/release_build_extended_services.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index fc4aefa8962..563953566b2 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -40,7 +40,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-13, windows-latest]
+ os: [ubuntu-latest, macos-14, windows-latest]
partition: [0, 1, 2]
runs-on: ${{ matrix.os }}
steps:
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index 6f298697d28..1065e8a4f4f 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [macos-13, windows-latest]
+ os: [macos-14, windows-latest]
steps:
- name: "Support longpaths (Windows only)"
if: runner.os == 'Windows'
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]