diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index ddeff7e..17794cd 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -7,7 +7,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macOS-12, windows-latest] + os: [macOS-15, windows-latest] java: ['11', '17'] distribution: ['temurin'] fail-fast: false