Skip to content

Commit

Permalink
fix: update all runner images to ubuntu-latest (#3001)
Browse files Browse the repository at this point in the history
## Description

<!--
>Thank you for your contribution !
> Please include a summary of the change and which issue is fixed.
> Please also include the context.
> List any dependencies that are required for this change.

Fixes #123
Fixes #456
Closes #123
Closes #456
-->

## Pipeline Reference

<!-- Insert your Pipeline Status Badge below -->

| Pipeline |
| -------- |
| [![.Platform - Run CI
tests](https://github.com/Azure/bicep-registry-modules/actions/workflows/platform.ci-tests.yml/badge.svg?branch=users%2Feriqua%2Fubuntu-latest)](https://github.com/Azure/bicep-registry-modules/actions/workflows/platform.ci-tests.yml)
|
| [![.Platform - Clean up deployment
history](https://github.com/Azure/bicep-registry-modules/actions/workflows/platform.deployment.history.cleanup.yml/badge.svg?branch=users%2Feriqua%2Fubuntu-latest)](https://github.com/Azure/bicep-registry-modules/actions/workflows/platform.deployment.history.cleanup.yml)
|
|
[![avm.res.container-service.managed-cluster](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml/badge.svg?branch=users%2Feriqua%2Fubuntu-latest)](https://github.com/Azure/bicep-registry-modules/actions/workflows/avm.res.container-service.managed-cluster.yml)
|

## Type of Change

<!-- Use the checkboxes [x] on the options that are relevant. -->

- [ ] Update to CI Environment or utilities (Non-module affecting
changes)
- [ ] Azure Verified Module updates:
- [ ] Bugfix containing backwards-compatible bug fixes, and I have NOT
bumped the MAJOR or MINOR version in `version.json`:
- [ ] Someone has opened a bug report issue, and I have included "Closes
#{bug_report_issue_number}" in the PR description.
- [ ] The bug was found by the module author, and no one has opened an
issue to report it yet.
- [ ] Feature update backwards compatible feature updates, and I have
bumped the MINOR version in `version.json`.
- [ ] Breaking changes and I have bumped the MAJOR version in
`version.json`.
  - [ ] Update to documentation

## Checklist

- [ ] I'm sure there are no other open Pull Requests for the same
update/change
- [ ] I have run `Set-AVMModule` locally to generate the supporting
module files.
- [ ] My corresponding pipelines / checks run clean and green without
any errors or warnings

<!-- Please keep up to date with the contribution guide at
https://aka.ms/avm/contribute/bicep -->
  • Loading branch information
eriqua authored Aug 8, 2024
1 parent 1e98d32 commit 5914e17
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Initialize pipeline #
###########################
job_initialize_pipeline:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Initialize pipeline"
steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/avm.res.web.hosting-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Initialize pipeline #
###########################
job_initialize_pipeline:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Initialize pipeline"
steps:
- name: "Checkout"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform.ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# Removal #
###############
job_run_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Run CI tests"
needs:
- job_initialize_pipeline
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/platform.deployment.history.cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Removal #
###############
job_cleanup_subscription_deployments:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Remove Subscription deployments"
needs:
- job_initialize_pipeline
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
azPSVersion: "latest"

job_cleanup_managementGroup_deployments:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: "Remove Management Group deployments"
needs:
- job_initialize_pipeline
Expand Down

0 comments on commit 5914e17

Please sign in to comment.