We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f157cb8 commit 3428f5bCopy full SHA for 3428f5b
.github/workflows/make.yml
@@ -2,7 +2,8 @@ name: make
2
on: push
3
jobs:
4
make:
5
- runs-on: ubuntu-20.04
+ # https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
6
+ runs-on: ubuntu-22.04
7
steps:
8
- uses: actions/checkout@v2
9
- uses: actions/setup-java@v1
0 commit comments