Skip to content

Commit 64d85f7

Browse files
committed
Migrate to macos-latest
1 parent c64ee66 commit 64d85f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-latest, windows-latest, macos-13]
35+
os: [ubuntu-latest, windows-latest, macos-latest]
3636
java: [ 8, 11, 17, 21, 25 ]
3737
experimental: [false]
3838
# Keep the same parameter order as the matrix above
@@ -54,7 +54,7 @@ jobs:
5454
- name: Set up JDK ${{ matrix.java }}
5555
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
5656
with:
57-
distribution: 'temurin'
57+
distribution: ${{ runner.os == 'macOS' && matrix.java == '8' && 'zulu' || 'temurin' }}
5858
java-version: ${{ matrix.java }}
5959
- name: Build with Maven
6060
# TEMP -Ddoclint=none -Darguments=-Xdoclint:none

0 commit comments

Comments
 (0)