This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 36a05222f Use Java 8 on macos-13
36a05222f is described below
commit 36a05222f4230a7596dbd8bf677b01fed7ee97d1
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 25 16:19:05 2024 -0400
Use Java 8 on macos-13
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 58c196e16..bcd68a5c5 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,8 +27,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- os: [ubuntu-latest, windows-latest, macos-latest]
- java: [ 11, 17, 21, 22 ]
+ os: [ubuntu-latest, windows-latest, macos-13]
+ java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
# - java: 23-ea