Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Adjust build.
  • Loading branch information
raphw authored May 20, 2024
1 parent 0965b7a commit eb0c890
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: temurin
cache: maven
- name: Build project
run: ./mvnw verify -Pjava21 -Dnet.bytebuddy.experimental
run: ./mvnw verify -Pjava22 -Dnet.bytebuddy.experimental
continue-on-error: false
hotspot-supported:
name: Any (supported)
Expand All @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, macos-11, windows-2022 ]
os: [ ubuntu-20.04, macos-12, windows-2022 ]
java: [ 8, 11 ]
runs-on: ${{ matrix.os }}
needs: [ extended ]
Expand Down

0 comments on commit eb0c890

Please sign in to comment.