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

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-kogito-apps.git


The following commit(s) were added to refs/heads/main by this push:
     new ec84a18bf NO-ISSUE: Increase macOS runner memory to fix native build 
of jitexecutor-native (#2118)
ec84a18bf is described below

commit ec84a18bf806264df8e6b44529a7cc1cdb118173
Author: Luiz João Motta <[email protected]>
AuthorDate: Thu Oct 17 19:36:41 2024 -0300

    NO-ISSUE: Increase macOS runner memory to fix native build of 
jitexecutor-native (#2118)
---
 .github/workflows/publish-jitexecutor-native-rc.yml | 2 +-
 .github/workflows/publish-jitexecutor-native.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/publish-jitexecutor-native-rc.yml 
b/.github/workflows/publish-jitexecutor-native-rc.yml
index e6893a814..ff68a4dbf 100644
--- a/.github/workflows/publish-jitexecutor-native-rc.yml
+++ b/.github/workflows/publish-jitexecutor-native-rc.yml
@@ -23,7 +23,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        os: [ubuntu-latest, macos-13, windows-latest]
 
     steps:
       - name: Set version
diff --git a/.github/workflows/publish-jitexecutor-native.yml 
b/.github/workflows/publish-jitexecutor-native.yml
index e11e964aa..99d1cb8ee 100644
--- a/.github/workflows/publish-jitexecutor-native.yml
+++ b/.github/workflows/publish-jitexecutor-native.yml
@@ -18,7 +18,7 @@ jobs:
     strategy:
       fail-fast: true
       matrix:
-        os: [ubuntu-latest, macos-latest, windows-latest]
+        os: [ubuntu-latest, macos-13, windows-latest]
 
     steps:
       - name: Get current date


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to