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

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new f8b665e  Fix CI
f8b665e is described below

commit f8b665e41a4e42a106ca77c7d449a5080192d0b9
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Apr 11 14:13:38 2022 +0200

    Fix CI
---
 .github/workflows/early-access.yaml            | 6 +++---
 .github/workflows/release-candidate-stage1.yml | 6 +++---
 .github/workflows/release.yaml                 | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index 3fb01fb..451db34 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -37,11 +37,11 @@ jobs:
         os: [ ubuntu-18.04, macOS-10.15, windows-2019 ]
         gu-binary: [gu, gu.cmd]
         exclude:
-          - os: ubuntu-latest
+          - os: ubuntu-18.04
             gu-binary: gu.cmd
-          - os: macos-latest
+          - os: macOS-10.15
             gu-binary: gu.cmd
-          - os: windows-latest
+          - os: windows-2019
             gu-binary: gu
     runs-on: ${{ matrix.os }}
 
diff --git a/.github/workflows/release-candidate-stage1.yml 
b/.github/workflows/release-candidate-stage1.yml
index ed5df0a..0e938b8 100644
--- a/.github/workflows/release-candidate-stage1.yml
+++ b/.github/workflows/release-candidate-stage1.yml
@@ -34,11 +34,11 @@ jobs:
         os: [ ubuntu-18.04, macOS-10.15, windows-2019 ]
         gu-binary: [gu, gu.cmd]
         exclude:
-          - os: ubuntu-latest
+          - os: ubuntu-18.04
             gu-binary: gu.cmd
-          - os: macos-latest
+          - os: macOS-10.15
             gu-binary: gu.cmd
-          - os: windows-latest
+          - os: windows-2019
             gu-binary: gu
     runs-on: ${{ matrix.os }}
 
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index e62d817..4ecfe69 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -34,11 +34,11 @@ jobs:
         os: [ ubuntu-18.04, macOS-10.15, windows-2019 ]
         gu-binary: [gu, gu.cmd]
         exclude:
-          - os: ubuntu-latest
+          - os: ubuntu-18.04
             gu-binary: gu.cmd
-          - os: macos-latest
+          - os: macOS-10.15
             gu-binary: gu.cmd
-          - os: windows-latest
+          - os: windows-2019
             gu-binary: gu
     runs-on: ${{ matrix.os }}
 

Reply via email to