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 07e65e4d Trying to fix GHA build 07e65e4d is described below commit 07e65e4d8c18ba934e4a589fd5577a409f34079d Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 2 09:48:37 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 806a0641..e8bfe42d 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -26,7 +26,8 @@ jobs: continue-on-error: ${{ matrix.experimental }} strategy: matrix: - os: [windows-latest, ubuntu-latest] +# os: [windows-latest, ubuntu-latest] + os: [windows-latest, macos-latest] java: [ 8, 11, 17 ] experimental: [false] # include: