Skip to content

Commit eb0c890

Browse files
authored
Update main.yml
Adjust build.
1 parent 0965b7a commit eb0c890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
distribution: temurin
2424
cache: maven
2525
- name: Build project
26-
run: ./mvnw verify -Pjava21 -Dnet.bytebuddy.experimental
26+
run: ./mvnw verify -Pjava22 -Dnet.bytebuddy.experimental
2727
continue-on-error: false
2828
hotspot-supported:
2929
name: Any (supported)
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ ubuntu-20.04, macos-11, windows-2022 ]
52+
os: [ ubuntu-20.04, macos-12, windows-2022 ]
5353
java: [ 8, 11 ]
5454
runs-on: ${{ matrix.os }}
5555
needs: [ extended ]

0 commit comments

Comments
 (0)