This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 5c2bd00d28 Simplify - MacOS is now in separate file
5c2bd00d28 is described below

commit 5c2bd00d286a30bc55fcdb08dd44c79a2026d2ec
Author: Mark Thomas <[email protected]>
AuthorDate: Wed Sep 2 15:43:30 2026 +0100

    Simplify - MacOS is now in separate file
---
 .github/workflows/ci.yml | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 83c07a6446..cb52d5874a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -37,18 +37,12 @@ jobs:
         isMain:
           - ${{ contains(github.ref, 'main') }}
         java: [ 21, 25, 26-ea ]
-        os: [ ubuntu-latest, windows-latest, macos-latest ]
+        os: [ ubuntu-latest, windows-latest ]
         exclude:
           - os: windows-latest
             java: 21
-          - os: macos-latest
-            java: 21
           - os: windows-latest
             java: 25
-          - os: macos-latest
-            java: 25
-          - os: macos-latest
-            java: 26-ea
     name: JDK${{ matrix.java }} ${{ matrix.os }}
     runs-on: ${{ matrix.os }}
     steps:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to