Skip to content

Commit

Permalink
Run CI workflow with ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
denkv committed Jan 4, 2024
1 parent 3f63b99 commit 7fb2f15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: make
on: push
jobs:
make:
runs-on: ubuntu-20.04
# https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down

0 comments on commit 7fb2f15

Please sign in to comment.