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 49f036a7 Drop deprecated macos-12
49f036a7 is described below
commit 49f036a78e0fc6d5846f21a252483b3c1302786a
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 31 09:20:42 2025 +0000
Drop deprecated macos-12
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index c69e2130..e211b32b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -47,7 +47,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- os: [macos-12, macos-13, macos-latest, ubuntu-20.04, windows-latest]
+ os: [macos-13, macos-latest, ubuntu-20.04, windows-latest]
java: [ 8, 11, 17, 21 ]
experimental: [false]
include: