Skip to content

Commit 9e7f2a9

Browse files
Merge pull request #28 from DavidePastore/27-use-ubuntu-2404-instead-of-ubuntu-1804-in-the-workflow-image
Use ubuntu 2404 instead of ubuntu 1804 in the workflow image
2 parents 967cbf1 + 1b2fd7b commit 9e7f2a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-24.04
88
strategy:
99
matrix:
1010
java: [ 8, 9, 10, 11, 12, 13 ]

0 commit comments

Comments
 (0)