mirror of https://github.com/apache/lucene.git
post merge fix
This commit is contained in:
parent
07f4b5b19f
commit
c7b05f56bd
|
@ -6,7 +6,7 @@ name: Prepare Lucene build
|
|||
inputs:
|
||||
java-version:
|
||||
required: false
|
||||
default: 17
|
||||
default: 21
|
||||
description: "The default JDK version to set up."
|
||||
|
||||
java-distribution:
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest ]
|
||||
java: [ '17' ]
|
||||
java: [ '21' ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
@ -52,7 +52,7 @@ jobs:
|
|||
# windows-latest: fairly slow to build and results in odd errors (see LUCENE-10167)
|
||||
# macos-latest: a tad slower than ubuntu and pretty much the same (?) so leaving out.
|
||||
os: [ ubuntu-latest ]
|
||||
java: [ '17' ]
|
||||
java: [ '21' ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in New Issue