We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb9513d commit 1b84ab1Copy full SHA for 1b84ab1
.github/workflows/main.yml
@@ -10,20 +10,16 @@ on:
10
- 3.x
11
- 2.x
12
- "2.19"
13
- # Also run once per day anyway, at 10:00 UTC (18:00 PT)
14
- schedule:
15
- - cron: "0 10 * * *"
16
permissions:
17
contents: read
18
19
jobs:
20
build:
21
- runs-on: ${{ matrix.os }}
+ runs-on: 'ubuntu-22.04'
22
strategy:
23
fail-fast: false
24
matrix:
25
java_version: ['17', '21', '23']
26
- os: ['ubuntu-22.04']
27
env:
28
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
29
steps:
0 commit comments