Skip to content

Commit

Permalink
Merge pull request #178 from stfc/Ubuntu-version-update
Browse files Browse the repository at this point in the history
Ubuntu version update
  • Loading branch information
RWhiting78 authored Oct 2, 2024
2 parents 40db293 + 6269c9e commit 8313df6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/MonitoringTools.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: ./MonitoringTools/coverage.xml
files: ./MonitoringTools/coverage.xml
4 changes: 2 additions & 2 deletions .github/workflows/prometheus_query_to_csv.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 @@ -39,4 +39,4 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
files: ./prometheus_query_to_csv/coverage.xml
files: ./prometheus_query_to_csv/coverage.xml

0 comments on commit 8313df6

Please sign in to comment.