Skip to content

Commit

Permalink
Update the GitHub action runner to ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
craigthomas committed Feb 20, 2025
1 parent b11fd9d commit d36ecc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Test Coverage
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -18,4 +18,4 @@ jobs:
- name: Codecov
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d36ecc3

Please sign in to comment.