Skip to content

Commit

Permalink
Merge pull request #1520 from unkish/update-ci-job-runner
Browse files Browse the repository at this point in the history
Switch CI job runner to 'ubuntu-latest'
  • Loading branch information
joelittlejohn authored May 10, 2023
2 parents 80d827d + 1f609c1 commit 98c85ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
java_version: [8]
Expand Down

0 comments on commit 98c85ce

Please sign in to comment.