You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2022/10/02 13:42:38 UTC

[httpcomponents-core] 01/01: Run GitHub CI on Windows only

This is an automated email from the ASF dual-hosted git repository.

olegk pushed a commit to branch github_ci_on_win
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit beb5ec5864f3af3e74c559a0cef7b356adc0fa9c
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Sun Oct 2 15:42:18 2022 +0200

    Run GitHub CI on Windows only
---
 .github/workflows/maven.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 2ce1dc2d3..bff570cdb 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,8 +27,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        # windows-latest is not used due to intermittent network failures
-        os: [ubuntu-latest, macos-latest]
+        os: [windows-latest]
         # All LTS versions plus the current version
         java: [ 8, 11, 17 ]
         experimental: [false]