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-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 76044e1 Add macos-latest to GH CI
76044e1 is described below
commit 76044e1f2d67e40c79b36cb2d058c94804981a4a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu May 9 14:19:26 2024 -0400
Add macos-latest to GH CI
---
.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 04c2628..97097c4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
- os: [ubuntu-latest, windows-latest]
+ os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 8, 11, 17 ]
experimental: [false]
# include: