Skip to content

Commit 10fed39

Browse files
committed
Set image for GitHub Actions to ubuntu-22.04
See actions/runner-images#10636
1 parent f10d06b commit 10fed39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77

88
jobs:
99
build:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up JDK 1.8

0 commit comments

Comments
 (0)