Skip to content

Commit

Permalink
Update Ubuntu, JDKs used by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 11, 2025
1 parent df50281 commit 35d4659
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ permissions:

jobs:
build:
runs-on: ${{ matrix.os }}
runs-on: 'ubuntu-latest'
strategy:
fail-fast: false
matrix:
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
java_version: ['8', '11']
os: ['ubuntu-20.04']
java_version: ['8', '11', '17']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
steps:
Expand Down

0 comments on commit 35d4659

Please sign in to comment.