diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ccdd152b3..b0d4ef606 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -11,7 +11,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macOS-13] + os: [ubuntu-latest, macOS-14] java: [8, 11, 21] fail-fast: false max-parallel: 4 @@ -22,7 +22,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v5 with: - distribution: 'temurin' + distribution: 'corretto' java-version: ${{ matrix.java }} cache: 'maven' - name: Test with Maven @@ -49,7 +49,7 @@ jobs: - name: Set up Windows JDK uses: actions/setup-java@v5 with: - distribution: 'temurin' + distribution: 'corretto' java-version: ${{ matrix.java }} cache: 'maven' - name: Test with Maven on Windows