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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 22a1b1fa macos-11 no longer available on GH
22a1b1fa is described below

commit 22a1b1fa13f63e5de79f001f1bdb8f88fd706004
Author: Sebb <s...@apache.org>
AuthorDate: Tue Jul 23 14:39:32 2024 +0100

    macos-11 no longer available on GH
---
 .github/workflows/maven.yml | 12 +-----------
 1 file changed, 1 insertion(+), 11 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3bb3fef8..bbeb965c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,28 +47,18 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [macos-11, ubuntu-20.04, windows-latest]
+        os: [macos-12, macos-13, macos-latest, ubuntu-20.04, windows-latest]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
         include:
           - os: macos-latest
             java: 8
             experimental: true
-          # macos-latest is currently macos-12
-          # - os: macos-12
-          #   java: 8
-          #   experimental: false
-          - os: macos-13
-            java: 8
-            experimental: false
           - os: ubuntu-latest
             java: 8
             expectedVersion: "30000000"
             experimental: false
           # Add expectedVersion to some existing matrix combinations
-          - os: macos-11
-            java: 8
-            expectedVersion: "10100000"
           - os: windows-latest
             java: 8
             # OpenSSLVersion(0): LibreSSL 3.0.2

Reply via email to