We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c74ac commit e1f247fCopy full SHA for e1f247f
.github/workflows/release.yml
@@ -17,7 +17,7 @@ permissions:
17
18
jobs:
19
release:
20
- runs-on: "ubuntu-20.04"
+ runs-on: "ubuntu-22.04"
21
env:
22
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
23
TAG: ${{ github.ref_name }}
0 commit comments