Use Java 8 on macos-13

This commit is contained in:
Gary Gregory 2024-04-25 16:19:05 -04:00 committed by GitHub
parent 7c99d624aa
commit 36a05222f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -27,8 +27,8 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: [ 11, 17, 21, 22 ]
os: [ubuntu-latest, windows-latest, macos-13]
java: [ 8, 11, 17, 21, 22 ]
experimental: [false]
# include:
# - java: 23-ea