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
commit 60852df280d713cfb94cafcd466f2700dc8f8e71 Author: Rodrigo Antunes <[email protected]> AuthorDate: Wed Sep 11 11:08:20 2024 -0300 Fix extended services release jobs --- .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 3acab3a056c..ee15d51d610 100644 --- a/.github/workflows/release_build_extended_services.yml +++ b/.github/workflows/release_build_extended_services.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-13, macos-14, 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]
