Skip to content

Commit

Permalink
Build with Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 29, 2024
1 parent 5995874 commit a731d0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, windows-2019, macos-10.15, macos-11 ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
java: [ 11 ]
gradle: [ 6.9.1 ]
gradle: [ 7.6.4 ]
experimental: [ false ]
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
Expand Down

0 comments on commit a731d0c

Please sign in to comment.