This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new 2f986a5326 Forgot version numbers
2f986a5326 is described below
commit 2f986a5326bf46a9d01552f8c40aee9e68a5fa9b
Author: remm <[email protected]>
AuthorDate: Wed Sep 17 09:25:47 2025 +0200
Forgot version numbers
---
.github/workflows/ci-macos.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml
index 3b02866da6..e91591abd3 100644
--- a/.github/workflows/ci-macos.yml
+++ b/.github/workflows/ci-macos.yml
@@ -27,7 +27,7 @@ jobs:
JDKxx_Matrix:
strategy:
fail-fast: false
- name: JDK24 macos-latest
+ name: JDK25 macos-latest
runs-on: macos-latest
steps:
- name: Git Checkout
@@ -47,7 +47,7 @@ jobs:
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v4
with:
- name: JDK24-macos-latest-logs
+ name: JDK25-macos-latest-logs
path: |
hs_err_*.log
output/build/logs/TEST*.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]