Skip to content

Commit

Permalink
chore(deps): update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent aea496b commit 8a1c980
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: [push]
jobs:
python-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

services:
db:
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
file: ./coverage.xml

javascript-tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: Publish Documentation
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
# runs if CI workflow was successful OR if this was manually triggered
on-success:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: >
github.event_name == 'workflow_dispatch' ||
github.event.workflow_run.conclusion == 'success'
Expand All @@ -26,7 +26,7 @@ jobs:
branch: release
# runs ONLY on a failure of the CI workflow
on-failure:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: >
github.event_name == 'workflow_dispatch' ||
github.event.workflow_run.conclusion == 'failure'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-candiate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
# runs if CI workflow was successful OR if this was manually triggered
on-success:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: >
github.event_name == 'workflow_dispatch' ||
github.event.workflow_run.conclusion == 'success'
Expand All @@ -26,7 +26,7 @@ jobs:
branch: release-candidate
# runs ONLY on a failure of the CI workflow
on-failure:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
if: >
github.event_name == 'workflow_dispatch' ||
github.event.workflow_run.conclusion == 'failure'
Expand Down

0 comments on commit 8a1c980

Please sign in to comment.