Skip to content

Commit

Permalink
Update dependency ubuntu to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and pirat89 committed May 24, 2024
1 parent 98a5d07 commit bcd3cea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-copr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
reusable_workflow_copr_build_job:
# This job only runs for '/rerun' pull request comments by owner, member, or collaborator of the repo/organization.
name: Build copr builds for tft tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
artifacts: ${{ steps.gen_artifacts.outputs.artifacts }}
if: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-tests-7to8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ on:
jobs:
reusable_workflow_job:
name: Schedule regression tests on Testing Farm
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Schedule regression testing for 7to8
id: run_test_7to8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reuse-tests-8to9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
reusable_workflow_job:
# This job only runs for '/rerun' pull request comments by owner, member, or collaborator of the repo/organization.
name: Schedule regression tests on Testing Farm
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Schedule regression testing for 8to9
id: run_test_8to9
Expand Down

0 comments on commit bcd3cea

Please sign in to comment.