Skip to content

Commit 2aa65c8

Browse files
authored
upgrade ubuntu to 22.04 from 20.04. (#38)
1 parent c7af566 commit 2aa65c8

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
@@ -32,7 +32,7 @@ on:
3232
jobs:
3333
job:
3434
name: "${{github.event.inputs.device_name_and_version}}"
35-
runs-on: ubuntu-20.04
35+
runs-on: ubuntu-22.04
3636

3737
steps:
3838
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)