Skip to content

Commit 3428f5b

Browse files
committed
Run CI workflow with ubuntu-22.04
1 parent f157cb8 commit 3428f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/make.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: make
22
on: push
33
jobs:
44
make:
5-
runs-on: ubuntu-20.04
5+
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
6+
runs-on: ubuntu-22.04
67
steps:
78
- uses: actions/checkout@v2
89
- uses: actions/setup-java@v1

0 commit comments

Comments
 (0)