This is an automated email from the ASF dual-hosted git repository.
paulovmr 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 f3d262d093b NO-ISSUE: Use `macos-13` as `macos-latest` now points to
`macos-14`, which is arm-based (#2264)
f3d262d093b is described below
commit f3d262d093b88d881d026a72f88ac989029624d3
Author: Tiago Bento <[email protected]>
AuthorDate: Wed Apr 24 16:16:25 2024 -0400
NO-ISSUE: Use `macos-13` as `macos-latest` now points to `macos-14`, which
is arm-based (#2264)
---
.github/workflows/ci_build.yml | 2 +-
.github/workflows/release_build_extended_services.yml | 2 +-
.github/workflows/staging_build_extended_services.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml
index ef5a5b98253..33ae538796a 100644
--- a/.github/workflows/ci_build.yml
+++ b/.github/workflows/ci_build.yml
@@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest, macos-13, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: "Support longpaths"
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index 3478770a756..108f616383f 100644
--- a/.github/workflows/release_build_extended_services.yml
+++ b/.github/workflows/release_build_extended_services.yml
@@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
- os: [macos-latest, windows-latest]
+ os: [macos-13, windows-latest]
steps:
- name: "Support longpaths (Windows only)"
if: runner.os == 'Windows'
diff --git a/.github/workflows/staging_build_extended_services.yml
b/.github/workflows/staging_build_extended_services.yml
index 5bd01cf3951..ec56e8f7c76 100644
--- a/.github/workflows/staging_build_extended_services.yml
+++ b/.github/workflows/staging_build_extended_services.yml
@@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
- os: [macos-latest, windows-latest]
+ os: [macos-13, 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]