Skip to content

Commit

Permalink
Merge pull request #416 from akkinoc/update-ubuntu-22.04
Browse files Browse the repository at this point in the history
Update GitHub Actions runner to Ubuntu 22.04
  • Loading branch information
akkinoc committed May 18, 2024
2 parents c5ca112 + 803cc88 commit 5d977bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
java: [17, 21]
name: Build with Java ${{ matrix.java }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout the Git repository
uses: actions/checkout@v4.1.6
Expand Down

0 comments on commit 5d977bb

Please sign in to comment.