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 d914062 commit 69220baCopy full SHA for 69220ba
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
fail-fast: false
12
matrix:
13
projects: [ 'spring-boot-example', 'jakarta-ee-example' ]
14
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
15
name: ${{ matrix.projects }}
16
steps:
17
- name: Checkout code
@@ -34,7 +34,7 @@ jobs:
34
run: find . -type f -path "*test-reports/*-output.txt" -exec tail -n +1 {} +
35
36
run-performance-tests:
37
38
name: performance-tests
39
40
0 commit comments