diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index af897ce5cb..757dc53927 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [ubuntu-latest, windows-2025] fail-fast: false name: Build on ${{ matrix.os }} steps: