Skip to content

Commit

Permalink
Updating running Ubuntu version.
Browse files Browse the repository at this point in the history
Updated the Ubuntu version that the workflow runs on.
  • Loading branch information
RWhiting78 authored Sep 20, 2024
1 parent 76c8542 commit 2b81efb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pynetbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
Pylint-Tests-Codecov:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.x"]
Expand Down Expand Up @@ -42,4 +42,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./pynetbox_query/coverage.xml
files: ./pynetbox_query/coverage.xml

0 comments on commit 2b81efb

Please sign in to comment.