Skip to content

Commit 69220ba

Browse files
authored
use recent Ubuntu
1 parent d914062 commit 69220ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
projects: [ 'spring-boot-example', 'jakarta-ee-example' ]
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-24.04
1515
name: ${{ matrix.projects }}
1616
steps:
1717
- name: Checkout code
@@ -34,7 +34,7 @@ jobs:
3434
run: find . -type f -path "*test-reports/*-output.txt" -exec tail -n +1 {} +
3535

3636
run-performance-tests:
37-
runs-on: ubuntu-20.04
37+
runs-on: ubuntu-24.04
3838
name: performance-tests
3939
steps:
4040
- name: Checkout code

0 commit comments

Comments
 (0)