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-bcel.git


The following commit(s) were added to refs/heads/master by this push:
     new a1b01430 Use macos-13 for Java 8
a1b01430 is described below

commit a1b01430eb18e96a6e28af491d8d287c4e16d5c7
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Fri Apr 26 17:01:42 2024 -0400

    Use macos-13 for Java 8
---
 .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 fd54b482..4668367a 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -27,7 +27,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [ubuntu-latest, windows-latest, macos-latest]
+        os: [ubuntu-latest, windows-latest, macos-13]
         java: [ 8, 11, 17, 21 ]
         experimental: [false]
 #        include:

Reply via email to