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-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 8bb563504 Try to find Java 8 on macos-14
8bb563504 is described below
commit 8bb5635043a547bd7f64fbfd377f979cfc92f630
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Apr 25 13:11:52 2024 -0400
Try to find Java 8 on macos-14
---
.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 3cd614912..2ed042d6e 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-latest, windows-latest, macos-14]
java: [ 8, 11, 17, 21 ]
experimental: [false]
# include: