Skip to content

Commit 78c5f21

Browse files
committed
updated to use ubuntu-22.04 as runner in GitHub Actions
1 parent f329251 commit 78c5f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
build:
2525
name: Build and Test
26-
runs-on: ubuntu-latest
26+
runs-on: ubuntu-22.04
2727

2828
steps:
2929
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)