Skip to content

Commit

Permalink
Update GHAs to ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzm committed Feb 13, 2025
1 parent 83ccc3a commit 5092b29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# could change from job to job, breaking the running workflow in a difficult
# to understand way.
name: Save image names
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
build-image: ${{ steps.image-names.outputs.build-image }}
user-build-image: ${{ steps.image-names.outputs.user-build-image }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
update-base-images:
name: Update base images
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: image-names
outputs:
build-rebuilt: ${{ steps.rebuild.outputs.build-rebuilt }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:

update-mariadb-image:
name: Update MariaDB image
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: image-names
outputs:
rebuilt: ${{ steps.rebuild.outputs.rebuilt }}
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:

update-run-image:
name: Update Qserv image
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [image-names, update-base-images]
steps:

Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:

compose-integration-tests:
name: Integration tests (compose)
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [image-names, update-mariadb-image, update-run-image]
steps:

Expand Down Expand Up @@ -352,7 +352,7 @@ jobs:
notify-on-fail:
name: Notify Slack if fail on main
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: [compose-integration-tests]
if: github.ref == 'refs/heads/main' && failure()
steps:
Expand Down

0 comments on commit 5092b29

Please sign in to comment.