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 8666a8824374e2d3c38188018ad453fa61d7dddf Author: Rodrigo Antunes <[email protected]> AuthorDate: Thu Sep 12 12:59:36 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 282bc5dcc96..1a45cf53615 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: [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]
