This is an automated email from the ASF dual-hosted git repository.
rantunes pushed a commit to branch extended-services-release-job
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/extended-services-release-job
by this push:
new 8a7ba3d6f38 Re-enable macos runner
8a7ba3d6f38 is described below
commit 8a7ba3d6f38d9c797c07bd51d8b2fb87aa9255ac
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Sep 13 15:38:40 2024 -0300
Re-enable macos runner
---
.github/workflows/release_build_extended_services.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release_build_extended_services.yml
b/.github/workflows/release_build_extended_services.yml
index 374b63422fe..c2d0cf3c7b4 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: [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]