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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 9b45f115 Trying to fix GHA build 9b45f115 is described below commit 9b45f115f0acb801e6c5f08e6328aa9c533c09a6 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 2 10:05:12 2023 -0400 Trying to fix GHA build --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f34a129f..33c91285 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -27,7 +27,8 @@ jobs: strategy: matrix: # os: [windows-latest, ubuntu-latest] - os: [windows-latest, macos-latest] +# os: [windows-latest, macos-latest] + os: [windows-latest] java: [ 8, 11, 17 ] experimental: [false] # include: