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 6fec372f Trying to fix GHA build 6fec372f is described below commit 6fec372f80240c6df465a8dbb8eecf351702983c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jun 2 10:17:58 2023 -0400 Trying to fix GHA build --- .github/workflows/coverage.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index ce7402a8..e8576d13 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,8 @@ permissions: jobs: build: - runs-on: ubuntu-latest +# runs-on: ubuntu-latest + runs-on: windows-latest strategy: matrix: java: [ 8 ]