You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/06/02 12:57:52 UTC

[commons-imaging] branch master updated: Try windows-latest first

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 ab9f06f0 Try windows-latest first
ab9f06f0 is described below

commit ab9f06f075be61c73c0c3e00bc7976eea646eb65
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jun 2 08:57:48 2023 -0400

    Try windows-latest first
---
 .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 42f3601e..18a4ea57 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -26,7 +26,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest]
+        os: [windows-latest, ubuntu-latest]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include: