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

slachiewicz 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 49b7105d ci: run tests on macos-15
49b7105d is described below

commit 49b7105dadd40158175a257f37a7a6ac84ff3f02
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Jan 9 23:29:22 2025 +0100

    ci: run tests on macos-15
---
 .github/workflows/early-access.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/early-access.yaml 
b/.github/workflows/early-access.yaml
index 36df7615..d1b15cde 100644
--- a/.github/workflows/early-access.yaml
+++ b/.github/workflows/early-access.yaml
@@ -64,7 +64,7 @@ jobs:
       fail-fast: false
       matrix:
         # binaries wanted: linux amd64, mac intel, mac M1, windows x86
-        os: [ ubuntu-latest, macos-13, macos-14, windows-latest ]
+        os: [ ubuntu-latest, macos-15, macos-13, macos-14, windows-latest ]
     runs-on: ${{ matrix.os }}
 
     steps:

Reply via email to